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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 虞?航 | 1000101111110001001111111000110101110001 | 8bf13f8d71 |
EUC-JP | 虞?航 | 1011011011110011001111111011100111010010 | b6f33fb9d2 |
UTF-8 | 虞렏航 | 111010001001100110011110111010111010000010001111111010001000100010101010 | e8999eeba08fe888aa |
UHC | 虞렏航 | 111010011110010110001110101001011111100111111110 | e9e58ea5f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)