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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 矮? | 111000011110001000111111 | e1e23f |
EUC-JP | 矮? | 111000101110010000111111 | e2e43f |
UTF-8 | 矮하 | 111001111001111110101110111011011001010110011000 | e79faeed9598 |
UHC | 矮하 | 11101000111000011100011111001111 | e8e1c7cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)