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 | 11100110111000101000100111100111100001001000100101000010 | e6e289e7848942 |
EUC-JP | 趙臥чB | 11101100111001001011001011101001101001111110100101000010 | ece4b2e9a7e942 |
UTF-8 | 趙臥чB | 111010001011011010011001111010001000011110100101110100011000011101000010 | e8b699e887a5d18742 |
UHC | 趙臥чB | 11110000111000011110100011000010101011001110100101000010 | f0e1e8c2ace942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)