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 | 蟠悶Μ具 | 11100101101101001001011011100011100000111010101011111001111110101000101111101111 | e5b496e383aaf9fa8bef |
EUC-JP | 蟠悶Μ?具 | 111010101011011011001100111001011010011010101100001111111011011011110001 | eab6cce5a6ac3fb6f1 |
UTF-8 | 蟠悶Μ具 | 1110100010011111101000001110011010000010101101101100111010011100111011101001110110010101111001011000010110110111 | e89fa0e682b6ce9cee9d95e585b7 |
UHC | 蟠悶Μ?具 | 110110101111011011011010101111111010010111001100001111111100111011111101 | daf6dabfa5cc3fcefd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)