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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟾崎抗 | 111001011011011110001101111010001000110101010010 | e5b78de88d52 |
EUC-JP | 蟾崎抗 | 111010101011100110111010111010101011100110110011 | eab9baeab9b3 |
UTF-8 | 蟾崎抗 | 111010001001111110111110111001011011010010001110111001101000101010010111 | e89fbee5b48ee68a97 |
UHC | 蟾崎抗 | 111000001110101011010000111110001111100111110111 | e0ead0f8f9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)