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 | 10000001100000001000000111001010010111100110000001000010 | 818081ca5e6042 |
SJIS-WIN | ????^`B | 00111111001111110011111100111111010111100110000001000010 | 3f3f3f3f5e6042 |
EUC-JP | ???Ê^`B | 001111110011111100111111100011111010101010110100010111100110000001000010 | 3f3f3f8faab45e6042 |
UTF-8 | Ê^`B | 1100001010000001110000101000000011000010100000011100001110001010010111100110000001000010 | c281c280c281c38a5e6042 |
UHC | ????^`B | 00111111001111110011111100111111010111100110000001000010 | 3f3f3f3f5e6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)