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^ | 111110111010101000111111001111110110001101011110 | fbaa3f3f635e |
EUC-JP | 諶??c^ | 10001111110111101011010100111111001111110110001101011110 | 8fdeb53f3f635e |
UTF-8 | 諶뙊뢇c^ | 1110100010101011101101101110101110011001100010101110101110100010100001110110001101011110 | e8abb6eb998aeba287635e |
UHC | 諶뙊뢇c^ | 1110010010100110100011001000111110001111010000110110001101011110 | e4a68c8f8f43635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)