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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟠穴況讎 | 1110010110110100100011001000101010001011101101011110011010100110 | e5b48c8a8bb5e6a6 |
EUC-JP | 蟠穴況讎 | 1110101010110110101101111110101010110110101101111110110010101000 | eab6b7eab6b7eca8 |
UTF-8 | 蟠穴況讎 | 111010001001111110100000111001111010100110110100111001101011001110000001111010001010111010001110 | e89fa0e7a9b4e6b381e8ae8e |
UHC | 蟠穴況? | 11011010111101101111101011101011111111001100111100111111 | daf6faebfccf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)