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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 胱h | 1110001111110111111101101101010001101000 | e3f7f6d468 |
EUC-JP | 胱?h | 11100110111110010011111101101000 | e6f93f68 |
UTF-8 | 胱h | 11101000100000111011000111101110100100111011101101101000 | e883b1ee93bb68 |
UHC | 胱?h | 11001110110011010011111101101000 | cecd3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)