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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 庵??庵??^ | 100010001100000100111111001111111000100011000001001111110011111101011110 | 88c13f3f88c13f3f5e |
EUC-JP | 庵??庵??^ | 101100001100001100111111001111111011000011000011001111110011111101011110 | b0c33f3fb0c33f3f5e |
UTF-8 | 庵꼷뢇庵꼷뢇^ | 11100101101110101011010111101010101111001011011111101011101000101000011111100101101110101011010111101010101111001011011111101011101000101000011101011110 | e5bab5eabcb7eba287e5bab5eabcb7eba2875e |
UHC | 庵꼷뢇庵꼷뢇^ | 11100100110111011000010010001111100011110100001111100100110111011000010010001111100011110100001101011110 | e4dd848f8f43e4dd848f8f435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)