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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
EUC-JP | 璵??e^ | 10001111110011001110011000111111001111110110010101011110 | 8fcce63f3f655e |
UTF-8 | 璵붻끆e^ | 1110011110010010101101011110101110110110101110111110101110000001100001100110010101011110 | e792b5ebb6bbeb8186655e |
UHC | 璵붻끆e^ | 1110011010100101100101001110100010000101101110100110010101011110 | e6a594e885ba655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)