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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟆冗ョア蟆 | 1110010110110000100011111110011110101110101100011110010110110000 | e5b08fe7aeb1e5b0 |
EUC-JP | 蟆冗ョア蟆 | 11101010101100101011111011101001100011101010111010001110101100011110101010110010 | eab2bee98eae8eb1eab2 |
UTF-8 | 蟆冗ョア蟆 | 111010001001111110000110111001011000011010010111111011111011110110101110111011111011110110110001111010001001111110000110 | e89f86e58697efbdaeefbdb1e89f86 |
UHC | ?冗??? | 001111111110100110110111001111110011111100111111 | 3fe9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)