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 | ziziB | 10001111011110100110100110001111011110100110100101000010 | 8f7a698f7a6942 |
SJIS-WIN | ?zi?ziB | 00111111011110100110100100111111011110100110100101000010 | 3f7a693f7a6942 |
EUC-JP | ?zi?ziB | 00111111011110100110100100111111011110100110100101000010 | 3f7a693f7a6942 |
UTF-8 | ziziB | 110000101000111101111010011010011100001010001111011110100110100101000010 | c28f7a69c28f7a6942 |
UHC | ?zi?ziB | 00111111011110100110100100111111011110100110100101000010 | 3f7a693f7a6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)