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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 辟臥чB | 11100111100001001000100111100111100001001000100101000010 | e78489e7848942 |
EUC-JP | 辟臥чB | 11101101111001001011001011101001101001111110100101000010 | ede4b2e9a7e942 |
UTF-8 | 辟臥чB | 111010001011111010011111111010001000011110100101110100011000011101000010 | e8be9fe887a5d18742 |
UHC | ?臥чB | 001111111110100011000010101011001110100101000010 | 3fe8c2ace942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)