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 | 顫主ケ主セ | 1110100011111010100011101110010110111001100011101110010110111110 | e8fa8ee5b98ee5be |
EUC-JP | 顫主ケ主セ | 11110000111111001011110011100111100011101011100110111100111001111000111010111110 | f0fcbce78eb9bce78ebe |
UTF-8 | 顫主ケ主セ | 111010011010000110101011111001001011100010111011111011111011110110111001111001001011100010111011111011111011110110111110 | e9a1abe4b8bbefbdb9e4b8bbefbdbe |
UHC | 顫主?主? | 1110111110110101111100011010101100111111111100011010101100111111 | efb5f1ab3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)