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 | ????X? | 001111110011111100111111001111110101100000111111 | 3f3f3f3f583f |
SJIS-WIN | 瓮??其X瓮 | 111000010100010000111111001111111001000110110100010110001110000101000100 | e1443f3f91b458e144 |
EUC-JP | 瓮??其X瓮 | 111000011010010100111111001111111100001010110110010110001110000110100101 | e1a53f3fc2b658e1a5 |
UTF-8 | 瓮쎿솲其X瓮 | 11100111100100111010111011101100100011101011111111101100100001101011001011100101100001011011011001011000111001111001001110101110 | e793aeec8ebfec86b2e585b658e793ae |
UHC | 瓮쎿솲其X瓮 | 1110100010110111100110111110011010011001101001111101000011101100010110001110100010110111 | e8b79be699a7d0ec58e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)