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^ | 11100001110010100100010011100001110010100100010001011110 | e1ca44e1ca445e |
EUC-JP | 睫D睫D^ | 11100010110011000100010011100010110011000100010001011110 | e2cc44e2cc445e |
UTF-8 | 睫D睫D^ | 111001111001110110101011010001001110011110011101101010110100010001011110 | e79dab44e79dab445e |
UHC | 睫D睫D^ | 11110100111000100100010011110100111000100100010001011110 | f4e244f4e2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)