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 | 顋吝 | 11101000111110011001100111100101 | e8f999e5 |
EUC-JP | 顋吝 | 11110000111110111101001011100111 | f0fbd2e7 |
UTF-8 | 顋吝 | 111010011010000110001011111001011001000010011101 | e9a18be5909d |
UHC | ?吝 | 001111111101011111110000 | 3fd7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)