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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 霓??c^ | 111010001011110100111111001111110110001101011110 | e8bd3f3f635e |
EUC-JP | 霓??c^ | 111100001011111100111111001111110110001101011110 | f0bf3f3f635e |
UTF-8 | 霓띠돎c^ | 1110100110011100100100111110101110011101101000001110101110001111100011100110001101011110 | e99c93eb9da0eb8f8e635e |
UHC | 霓띠돎c^ | 1110011111100111101101101110110010110101101110100110001101011110 | e7e7b6ecb5ba635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)