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 | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
SJIS-WIN | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
EUC-JP | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
UTF-8 | 횕쨀cB | 1110110110011010100101011110110010101000100000000110001101000010 | ed9a95eca8806342 |
UHC | 횕쨀cB | 110000111000111111000010101100110110001101000010 | c38fc2b36342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)