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 | 鬩・逎ッ蟯 | 1110100110101001101001011110011110100011101011111110010110110010 | e9a9a5e7a3afe5b2 |
EUC-JP | 鬩・逎ッ蟯 | 11110010101010111000111010100101111011101010010110001110101011111110101010110100 | f2ab8ea5eea58eafeab4 |
UTF-8 | 鬩・逎ッ蟯 | 111010011010110010101001111011111011110110100101111010011000000010001110111011111011110110101111111010001001111110101111 | e9aca9efbda5e9808eefbdafe89faf |
UHC | ????蟯 | 001111110011111100111111001111111110100110101000 | 3f3f3f3fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)