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 | ?J}?J{^ | 00111111010010100111110100111111010010100111101101011110 | 3f4a7d3f4a7b5e |
SJIS-WIN | 演J}演J{^ | 100010011000100101001010011111011000100110001001010010100111101101011110 | 89894a7d89894a7b5e |
EUC-JP | 演J}演J{^ | 101100011110100101001010011111011011000111101001010010100111101101011110 | b1e94a7db1e94a7b5e |
UTF-8 | 演J}演J{^ | 1110011010111100100101000100101001111101111001101011110010010100010010100111101101011110 | e6bc944a7de6bc944a7b5e |
UHC | 演J}演J{^ | 111001101101000101001010011111011110011011010001010010100111101101011110 | e6d14a7de6d14a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)