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 | 廩虍 | 10011100010010001110010101100111 | 9c48e567 |
EUC-JP | 廩虍 | 11010111101010011110100111001000 | d7a9e9c8 |
UTF-8 | 廩虍 | 111001011011101110101001111010001001100110001101 | e5bba9e8998d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)