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 | ??L???? | 00111111001111110100110000111111001111110011111100111111 | 3f3f4c3f3f3f3f |
SJIS-WIN | ??L葬?止? | 001111110011111101001100100100011001001000111111100011100111111000111111 | 3f3f4c91923f8e7e3f |
EUC-JP | ??L葬?止? | 001111110011111101001100110000011111001000111111101110111101111100111111 | 3f3f4cc1f23fbbdf3f |
UTF-8 | 稶렚L葬렲止렣 | 11100111101010001011011011101011101000001001101001001100111010001001000110101100111010111010000010110010111001101010110110100010111010111010000010100011 | e7a8b6eba09a4ce891aceba0b2e6ada2eba0a3 |
UHC | 稶렚L葬렲止렣 | 11101001111100111000111010101101010011001110110111110111100011101011111111110010101011011000111010110100 | e9f38ead4cedf78ebff2ad8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)