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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 完囚BF | 100010101010111010001110111110100100001001000110 | 8aae8efa4246 |
EUC-JP | 完囚BF | 101101001011000010111100111111000100001001000110 | b4b0bcfc4246 |
UTF-8 | 完囚BF | 1110010110101110100011001110010110011011100110100100001001000110 | e5ae8ce59b9a4246 |
UHC | 完囚BF | 111010001100011111100001111101100100001001000110 | e8c7e1f64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)