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 | ??????y\ | 0011111100111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f3f795c |
SJIS-WIN | 榮?????y\ | 100111101100010000111111001111110011111100111111001111110111100101011100 | 9ec43f3f3f3f3f795c |
EUC-JP | 榮?????y\ | 110111001100011000111111001111110011111100111111001111110111100101011100 | dcc63f3f3f3f3f795c |
UTF-8 | 榮녿젩呂뽯젿y\ | 1110011010100110101011101110101110000101101111111110110010100000101010011110111110100110100000001110101110111101101011111110110010100000101111110111100101011100 | e6a6aeeb85bfeca0a9efa680ebbdafeca0bf795c |
UHC | 榮녿젩呂뽯젿y\ | 1110011110110100100001101110101110100000101000011110010111111011100101101110101110100000101100010111100101011100 | e7b486eba0a1e5fb96eba0b1795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)