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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 寃???迪 | 10011011100000110011111100111111001111111110011110001100 | 9b833f3f3fe78c |
EUC-JP | 寃???迪 | 11010101111000110011111100111111001111111110110111101100 | d5e33f3f3fedec |
UTF-8 | 寃얹렑렭迪 | 111001011010111110000011111011001001011010111001111010111010000010010001111010111010000010101101111010001011111110101010 | e5af83ec96b9eba091eba0ade8bfaa |
UHC | 寃얹렑렭迪 | 11101010101100101011111011110001100011101010011010001110101110101110111011101000 | eab2bef18ea68ebaeee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)