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 | 顋捧 | 11101000111110011001010111111001 | e8f995f9 |
EUC-JP | 顋捧 | 11110000111110111100101011111011 | f0fbcafb |
UTF-8 | 顋捧 | 111010011010000110001011111001101000110110100111 | e9a18be68da7 |
UHC | ?捧 | 001111111101110011101001 | 3fdce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)