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 | ?宅 | 001111111001000111101110 | 3f91ee |
EUC-JP | ?宅 | 001111111100001011110000 | 3fc2f0 |
UTF-8 | 鏶宅 | 111010011000111110110110111001011010111010000101 | e98fb6e5ae85 |
UHC | 鏶宅 | 11110011101000011101001111101011 | f3a1d3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)