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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 謗「閼アB | 11100110100011101010001011101000100001001011000101000010 | e68ea2e884b142 |
EUC-JP | 謗「閼アB | 111010111110111010001110101000101110111111100100100011101011000101000010 | ebee8ea2efe48eb142 |
UTF-8 | 謗「閼アB | 11101000101011001001011111101111101111011010001011101001100101101011110011101111101111011011000101000010 | e8ac97efbda2e996bcefbdb142 |
UHC | 謗?閼?B | 11011011101111110011111111100100110110010011111101000010 | dbbf3fe4d93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)