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 | 琥ンメ | 11100000111001101101110111010010 | e0e6ddd2 |
EUC-JP | 琥ンメ | 111000001110100010001110110111011000111011010010 | e0e88edd8ed2 |
UTF-8 | 琥ンメ | 111001111001000010100101111011111011111010011101111011111011111010010010 | e790a5efbe9defbe92 |
UHC | 琥?? | 11111011110100000011111100111111 | fbd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)