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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?∴?∴^ | 00111111100000011000100000111111100000011000100001011110 | 3f81883f81885e |
EUC-JP | ?∴?∴^ | 00111111101000011110100000111111101000011110100001011110 | 3fa1e83fa1e85e |
UTF-8 | 암∴암∴^ | 11101100100101011001010011100010100010001011010011101100100101011001010011100010100010001011010001011110 | ec9594e288b4ec9594e288b45e |
UHC | 암∴암∴^ | 101111101100111110100001110001011011111011001111101000011100010101011110 | becfa1c5becfa1c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)