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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 覘躊鴿潁 | 1110011001001100111001110101001111101001111110011001111111110001 | e64ce753e9f99ff1 |
EUC-JP | 覘躊鴿潁 | 1110101110101101111011011011010011110010111110111101111011110011 | ebadedb4f2fbdef3 |
UTF-8 | 覘躊鴿潁 | 111010001010011010011000111010001011101010001010111010011011010010111111111001101011110110000001 | e8a698e8ba8ae9b4bfe6bd81 |
UHC | ?躊?潁 | 001111111111000111001100001111111110011110111000 | 3ff1cc3fe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)