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Âþh | 1100001010010010010011001100001010010001110000111011111001101000 | c2924cc291c3be68 |
SJIS-WIN | ??L????h | 0011111100111111010011000011111100111111001111110011111101101000 | 3f3f4c3f3f3f3f68 |
EUC-JP | Â?LÂ?Ã?h | 1000111110101010101001000011111101001100100011111010101010100100001111111000111110101010101010100011111101101000 | 8faaa43f4c8faaa43f8faaaa3f68 |
UTF-8 | ÂLÂþh | 1100001110000010110000101001001001001100110000111000001011000010100100011100001110000011110000101011111001101000 | c382c2924cc382c291c383c2be68 |
UHC | ??L???¾h | 001111110011111101001100001111110011111100111111101010001111101001101000 | 3f3f4c3f3f3fa8fa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)