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{^ | 001111110011111101001010011111010011111100111111010010100111101101011110 | 3f3f4a7d3f3f4a7b5e |
SJIS-WIN | 箏?J}箏?J{^ | 1110001010110101001111110100101001111101111000101011010100111111010010100111101101011110 | e2b53f4a7de2b53f4a7b5e |
EUC-JP | 箏?J}箏?J{^ | 1110010010110111001111110100101001111101111001001011011100111111010010100111101101011110 | e4b73f4a7de4b73f4a7b5e |
UTF-8 | 箏렊J}箏렊J{^ | 1110011110101110100011111110101110100000100010100100101001111101111001111010111010001111111010111010000010001010010010100111101101011110 | e7ae8feba08a4a7de7ae8feba08a4a7b5e |
UHC | 箏렊J}箏렊J{^ | 11101110101101001000111010100001010010100111110111101110101101001000111010100001010010100111101101011110 | eeb48ea14a7deeb48ea14a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)