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 | ????P? | 001111110011111100111111001111110101000000111111 | 3f3f3f3f503f |
SJIS-WIN | 瓮??其P瓮 | 111000010100010000111111001111111001000110110100010100001110000101000100 | e1443f3f91b450e144 |
EUC-JP | 瓮??其P瓮 | 111000011010010100111111001111111100001010110110010100001110000110100101 | e1a53f3fc2b650e1a5 |
UTF-8 | 瓮쎿솲其P瓮 | 11100111100100111010111011101100100011101011111111101100100001101011001011100101100001011011011001010000111001111001001110101110 | e793aeec8ebfec86b2e585b650e793ae |
UHC | 瓮쎿솲其P瓮 | 1110100010110111100110111110011010011001101001111101000011101100010100001110100010110111 | e8b79be699a7d0ec50e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)