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 | 隰雜萵 | 111010001010110011101000101101101110010011100000 | e8ace8b6e4e0 |
EUC-JP | 隰雜萵 | 111100001010111011110000101110001110100011100010 | f0aef0b8e8e2 |
UTF-8 | 隰雜萵 | 111010011001101010110000111010011001101110011100111010001001000010110101 | e99ab0e99b9ce890b5 |
UHC | ?雜? | 00111111111011011101101000111111 | 3fedda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)