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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 驟梧万@ | 11101001100001011000110011100110100101101001110001000000 | e9858ce6969c40 |
EUC-JP | 驟梧万@ | 11110001111001011011100011101000110010111111110001000000 | f1e5b8e8cbfc40 |
UTF-8 | 驟梧万@ | 11101001101010011001111111100110101000101010011111100100101110001000011101000000 | e9a99fe6a2a7e4b88740 |
UHC | 驟梧万@ | 11110110101011101110011111111100110110001011001001000000 | f6aee7fcd8b240 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)