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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遶ェ豁取クャ | 111001111010101110101010111001101010110110001110111001101011100010101100 | e7abaae6ad8ee6b8ac |
EUC-JP | 遶ェ豁取クャ | 111011101010110110001110101010101110110010101111101111001110100010001110101110001000111010101100 | eead8eaaecafbce88eb88eac |
UTF-8 | 遶ェ豁取クャ | 111010011000000110110110111011111011110110101010111010001011000110000001111001011000111110010110111011111011110110111000111011111011110110101100 | e981b6efbdaae8b181e58f96efbdb8efbdac |
UHC | ??豁取?? | 0011111100111111111111001100001111110110101000100011111100111111 | 3f3ffcc3f6a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)