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 | 瓮o?h瓮 | 1110000101000100100000101000111100111111011010001110000101000100 | e144828f3f68e144 |
EUC-JP | 瓮o?h瓮 | 1110000110100101101000111110111100111111011010001110000110100101 | e1a5a3ef3f68e1a5 |
UTF-8 | 瓮o슐h瓮 | 11100111100100111010111011101111101111011000111111101100100010101001000001101000111001111001001110101110 | e793aeefbd8fec8a9068e793ae |
UHC | 瓮o슐h瓮 | 111010001011011110100011111011111011110110110110011010001110100010110111 | e8b7a3efbdb668e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)