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 | ??????yB | 0011111100111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f3f7942 |
SJIS-WIN | 榮?????yB | 100111101100010000111111001111110011111100111111001111110111100101000010 | 9ec43f3f3f3f3f7942 |
EUC-JP | 榮?????yB | 110111001100011000111111001111110011111100111111001111110111100101000010 | dcc63f3f3f3f3f7942 |
UTF-8 | 榮녿젩呂뽯젿yB | 1110011010100110101011101110101110000101101111111110110010100000101010011110111110100110100000001110101110111101101011111110110010100000101111110111100101000010 | e6a6aeeb85bfeca0a9efa680ebbdafeca0bf7942 |
UHC | 榮녿젩呂뽯젿yB | 1110011110110100100001101110101110100000101000011110010111111011100101101110101110100000101100010111100101000010 | e7b486eba0a1e5fb96eba0b17942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)