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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?和 | 001111111001100001100001 | 3f9861 |
EUC-JP | ?和 | 001111111100111111000010 | 3fcfc2 |
UTF-8 | 롈和 | 111010111010000110001000111001011001001010001100 | eba188e5928c |
UHC | 롈和 | 10001110110011101111101111111010 | 8ecefbfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)