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 | 云私 | 10001001010111011000111010000100 | 895d8e84 |
EUC-JP | 云私 | 10110001101111101011101111100100 | b1bebbe4 |
UTF-8 | 云私 | 111001001011101010010001111001111010011110000001 | e4ba91e7a781 |
UHC | 云私 | 11101001111101101101111011100111 | e9f6dee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)