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 | 蟠血Ъ | 111001011011010010001100100011001000010001011011 | e5b48c8c845b |
EUC-JP | 蟠血Ъ | 111010101011011010110111111011001010011110111100 | eab6b7eca7bc |
UTF-8 | 蟠血Ъ | 1110100010011111101000001110100010100001100000001101000010101010 | e89fa0e8a180d0aa |
UHC | 蟠血Ъ | 110110101111011011111010111011001010110010111100 | daf6faecacbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)