To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡篇崎・イ | 1110100010010100100101011101000110001101111010001010010110110010 | e89495d18de8a5b2 |
EUC-JP | 阡篇崎・イ | 11101111111101001100101011010011101110101110101010001110101001011000111010110010 | eff4cad3baea8ea58eb2 |
UTF-8 | 阡篇崎・イ | 111010011001100010100001111001111010111110000111111001011011010010001110111011111011110110100101111011111011110110110010 | e998a1e7af87e5b48eefbda5efbdb2 |
UHC | 阡篇崎?? | 1111010011000110111110001011100111010000111110000011111100111111 | f4c6f8b9d0f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)