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{^ | 111001101101000101001010011111011110011011010001010010100111101101011110 | e6d14a7de6d14a7b5e |
EUC-JP | 贄J}贄J{^ | 111011001101001101001010011111011110110011010011010010100111101101011110 | ecd34a7decd34a7b5e |
UTF-8 | 贄J}贄J{^ | 1110100010110100100001000100101001111101111010001011010010000100010010100111101101011110 | e8b4844a7de8b4844a7b5e |
UHC | 贄J}贄J{^ | 111100101011111001001010011111011111001010111110010010100111101101011110 | f2be4a7df2be4a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)