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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 瓮??h瓮 | 11100001010001000011111100111111011010001110000101000100 | e1443f3f68e144 |
EUC-JP | 瓮??h瓮 | 11100001101001010011111100111111011010001110000110100101 | e1a53f3f68e1a5 |
UTF-8 | 瓮쇽쉑h瓮 | 11100111100100111010111011101100100001111011110111101100100010011001000101101000111001111001001110101110 | e793aeec87bdec899168e793ae |
UHC | 瓮쇽쉑h瓮 | 111010001011011110111100111011111011110110100111011010001110100010110111 | e8b7bcefbda768e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)