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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 閠築閠築B | 111010001000000010010010011110101110100010000000100100100111101001000010 | e880927ae880927a42 |
EUC-JP | 閠築閠築B | 111011111110000011000011110110111110111111100000110000111101101101000010 | efe0c3dbefe0c3db42 |
UTF-8 | 閠築閠築B | 11101001100101101010000011100111101011111000100111101001100101101010000011100111101011111000100101000010 | e996a0e7af89e996a0e7af8942 |
UHC | ?築?築B | 00111111111101011110100100111111111101011110100101000010 | 3ff5e93ff5e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)