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 | 調經??唯 | 1001001010110010111000110101001100111111001111111001011101000010 | 92b2e3533f3f9742 |
EUC-JP | 調經??唯 | 1100010010110100111001011011010000111111001111111100110110100011 | c4b4e5b43f3fcda3 |
UTF-8 | 調經렭렞唯 | 111010001010101010111111111001111011011010010011111010111010000010101101111010111010000010011110111001011001010010101111 | e8aabfe7b693eba0adeba09ee594af |
UHC | 調經렭렞唯 | 11110000111000001100110011101000100011101011101010001110101011111110101011100110 | f0e0cce88eba8eafeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)