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 | 阡嶺ケ | 1110100010010100100101111110010010111001 | e89497e4b9 |
EUC-JP | 阡嶺ケ | 111011111111010011001110111001101000111010111001 | eff4cee68eb9 |
UTF-8 | 阡嶺ケ | 111010011001100010100001111001011011011010111010111011111011110110111001 | e998a1e5b6baefbdb9 |
UHC | 阡嶺? | 1111010011000110110101101011101000111111 | f4c6d6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)