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 | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
SJIS-WIN | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
EUC-JP | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
UTF-8 | ͰGӣkͰGӣk | 110011011011000001000111110100111010001101101011110011011011000001000111110100111010001101101011 | cdb047d3a36bcdb047d3a36b |
UHC | ?G?k?G?k | 0011111101000111001111110110101100111111010001110011111101101011 | 3f473f6b3f473f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)