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^ | 10010011111010000100010010010011111010000100010001011110 | 93e84493e8445e |
EUC-JP | 楢D楢D^ | 11000110111010100100010011000110111010100100010001011110 | c6ea44c6ea445e |
UTF-8 | 楢D楢D^ | 111001101010010110100010010001001110011010100101101000100100010001011110 | e6a5a244e6a5a2445e |
UHC | 楢D楢D^ | 11101010111110010100010011101010111110010100010001011110 | eaf944eaf9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)