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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瓮?瓮?^ | 11100001010001000011111111100001010001000011111101011110 | e1443fe1443f5e |
EUC-JP | 瓮?瓮?^ | 11100001101001010011111111100001101001010011111101011110 | e1a53fe1a53f5e |
UTF-8 | 瓮딡瓮딡^ | 11100111100100111010111011101011100101001010000111100111100100111010111011101011100101001010000101011110 | e793aeeb94a1e793aeeb94a15e |
UHC | 瓮딡瓮딡^ | 111010001011011110001011010001001110100010110111100010110100010001011110 | e8b78b44e8b78b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)