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 | 虞???矣 | 10001011111100010011111100111111001111111110000111100001 | 8bf13f3f3fe1e1 |
EUC-JP | 虞???矣 | 10110110111100110011111100111111001111111110001011100011 | b6f33f3f3fe2e3 |
UTF-8 | 虞계렏렞矣 | 111010001001100110011110111010101011001110000100111010111010000010001111111010111010000010011110111001111001111110100011 | e8999eeab384eba08feba09ee79fa3 |
UHC | 虞계렏렞矣 | 11101001111001011011000011101000100011101010010110001110101011111110101111111000 | e9e5b0e88ea58eafebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)