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 | 關ク辣ョ蝓キ | 111010001001000010111000111001111000010110101110111001011001111110110111 | e890b8e785aee59fb7 |
EUC-JP | 關ク辣ョ蝓キ | 111011111111000010001110101110001110110111100101100011101010111011101010101000011000111010110111 | eff08eb8ede58eaeeaa18eb7 |
UTF-8 | 關ク辣ョ蝓キ | 111010011001011110011100111011111011110110111000111010001011111010100011111011111011110110101110111010001001110110010011111011111011110110110111 | e9979cefbdb8e8bea3efbdaee89d93efbdb7 |
UHC | 關?辣??? | 1100111010111100001111111101010110111000001111110011111100111111 | cebc3fd5b83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)