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^ | 100010100101001000111111001111110110001101011110 | 8a523f3f635e |
EUC-JP | 崖??c^ | 101100111011001100111111001111110110001101011110 | b3b33f3f635e |
UTF-8 | 崖ㅷ뿾c^ | 1110010110110100100101101110001110000101101101111110101110111111101111100110001101011110 | e5b496e385b7ebbfbe635e |
UHC | 崖ㅷ뿾c^ | 1110010011110000101001001110011110010111101111100110001101011110 | e4f0a4e797be635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)