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 | 奬?奬?^ | 10011010111110110011111110011010111110110011111101011110 | 9afb3f9afb3f5e |
EUC-JP | 奬?奬?^ | 11010100111111010011111111010100111111010011111101011110 | d4fd3fd4fd3f5e |
UTF-8 | 奬렰奬렰^ | 11100101101001011010110011101011101000001011000011100101101001011010110011101011101000001011000001011110 | e5a5aceba0b0e5a5aceba0b05e |
UHC | 奬렰奬렰^ | 111011011110000110001110101111011110110111100001100011101011110101011110 | ede18ebdede18ebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)