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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 瓮??撓??G | 111000010100010000111111001111111001110110011010001111110011111101000111 | e1443f3f9d9a3f3f47 |
EUC-JP | 瓮??撓??G | 111000011010010100111111001111111101100111111010001111110011111101000111 | e1a53f3fd9fa3f3f47 |
UTF-8 | 瓮쏉쉘撓뚳쉽G | 11100111100100111010111011101100100011111000100111101100100010011001100011100110100100101001001111101011100110101011001111101100100010011011110101000111 | e793aeec8f89ec8998e69293eb9ab3ec89bd47 |
UHC | 瓮쏉쉘撓뚳쉽G | 11101000101101111001101111101111101111011010100111101000111101011000110011101111101111011011000101000111 | e8b79befbda9e8f58cefbdb147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)