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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蟾鷺㈱B | 11100101101101111000110111101011100001111000101001000010 | e5b78deb878a42 |
EUC-JP | 蟾鷺?B | 111010101011100110111010111011010011111101000010 | eab9baed3f42 |
UTF-8 | 蟾鷺㈱B | 11101000100111111011111011101001101101111011101011100011100010001011000101000010 | e89fbee9b7bae388b142 |
UHC | 蟾鷺?B | 111000001110101011010110110111000011111101000010 | e0ead6dc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)