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 | 霓「讙主匡 | 111010001011110110100010111001101010101010001110111001011000101110100111 | e8bda2e6aa8ee58ba7 |
EUC-JP | 霓「讙主匡 | 11110000101111111000111010100010111011001010110010111100111001111011011010101001 | f0bf8ea2ecacbce7b6a9 |
UTF-8 | 霓「讙主匡 | 111010011001110010010011111011111011110110100010111010001010111010011001111001001011100010111011111001011000110010100001 | e99c93efbda2e8ae99e4b8bbe58ca1 |
UHC | 霓??主匡 | 1110011111100111001111110011111111110001101010111100111011000100 | e7e73f3ff1abcec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)