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 | 蟠穴況 | 111001011011010010001100100010101000101110110101 | e5b48c8a8bb5 |
EUC-JP | 蟠穴況 | 111010101011011010110111111010101011011010110111 | eab6b7eab6b7 |
UTF-8 | 蟠穴況 | 111010001001111110100000111001111010100110110100111001101011001110000001 | e89fa0e7a9b4e6b381 |
UHC | 蟠穴況 | 110110101111011011111010111010111111110011001111 | daf6faebfccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)