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 | ?D | 0011111101000100 | 3f44 |
SJIS-WIN | 暎D | 100111011111001101000100 | 9df344 |
EUC-JP | 暎D | 110110101111010101000100 | daf544 |
UTF-8 | 暎D | 11100110100110101000111001000100 | e69a8e44 |
UHC | 暎D | 111001111011001001000100 | e7b244 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)