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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懈?誌 | 1001110011100110001111111000111010001111 | 9ce63f8e8f |
EUC-JP | 懈?誌 | 1101100011101000001111111011101111101111 | d8e83fbbef |
UTF-8 | 懈렮誌 | 111001101000011110001000111010111010000010101110111010001010101010001100 | e68788eba0aee8aa8c |
UHC | 懈렮誌 | 111110101010101110001110101110111111001010111100 | faab8ebbf2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)