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 | 隲О | 11101000101010111000010001001111 | e8ab844f |
EUC-JP | 隲О | 11110000101011011010011110110000 | f0ada7b0 |
UTF-8 | 隲О | 1110100110011010101100101101000010011110 | e99ab2d09e |
UHC | ?О | 001111111010110010110000 | 3facb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)