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 | ???GB | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 要??GB | 100101110111011000111111001111110100011101000010 | 97763f3f4742 |
EUC-JP | 要??GB | 110011011101011100111111001111110100011101000010 | cdd73f3f4742 |
UTF-8 | 要끿쳼GB | 1110100010100110100000011110101110000001101111111110110010110011101111000100011101000010 | e8a681eb81bfecb3bc4742 |
UHC | 要끿쳼GB | 1110100110101001100001011110011110101011100111110100011101000010 | e9a985e7ab9f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)