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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 瓠D瓠D^ | 11100001010000000100010011100001010000000100010001011110 | e14044e140445e |
EUC-JP | 瓠D瓠D^ | 11100001101000010100010011100001101000010100010001011110 | e1a144e1a1445e |
UTF-8 | 瓠D瓠D^ | 111001111001001110100000010001001110011110010011101000000100010001011110 | e793a044e793a0445e |
UHC | 瓠D瓠D^ | 11111011110100100100010011111011110100100100010001011110 | fbd244fbd2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)