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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 烝?B | 11100000011111100011111101000010 | e07e3f42 |
EUC-JP | 烝?B | 11011111110111110011111101000010 | dfdf3f42 |
UTF-8 | 烝렠B | 11100111100000111001110111101011101000001010000001000010 | e7839deba0a042 |
UHC | 烝렠B | 1111000111110110100011101011000101000010 | f1f68eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)