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 | 臍??封? | 11100100011000000011111100111111100101011001010100111111 | e4603f3f95953f |
EUC-JP | 臍??封? | 11100111110000010011111100111111110010011111010100111111 | e7c13f3fc9f53f |
UTF-8 | 臍멸렕封렫 | 111010001000011110001101111010111010100110111000111010111010000010010101111001011011000010000001111010111010000010101011 | e8878deba9b8eba095e5b081eba0ab |
UHC | 臍멸렕封렫 | 11110000101100001011100011101010100011101010101011011100111001101000111010111001 | f0b0b8ea8eaadce68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)