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 | 陂典蛹 | 111010001001100010010011010101001110010110001100 | e8989354e58c |
EUC-JP | 陂典蛹 | 111011111111100011000101101101011110100111101100 | eff8c5b5e9ec |
UTF-8 | 陂典蛹 | 111010011001100110000010111001011000010110111000111010001001101110111001 | e99982e585b8e89bb9 |
UHC | 陂典? | 1111100110101110111011101111000000111111 | f9aeeef03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)