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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 硏렧롛}硏렧롛{^ | 111001111010000110001111111010111010000010100111111010111010000110011011011111011110011110100001100011111110101110100000101001111110101110100001100110110111101101011110 | e7a18feba0a7eba19b7de7a18feba0a7eba19b7b5e |
UHC | 硏렧롛}硏렧롛{^ | 111001101101101010001110101101101000111011011111011111011110011011011010100011101011011010001110110111110111101101011110 | e6da8eb68edf7de6da8eb68edf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)