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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 榮???] | 100111101100010000111111001111110011111101011101 | 9ec43f3f3f5d |
EUC-JP | 榮???] | 110111001100011000111111001111110011111101011101 | dcc63f3f3f5d |
UTF-8 | 榮녢딉스] | 11100110101001101010111011101011100001011010001011101011100101001000100111101100100010101010010001011101 | e6a6aeeb85a2eb9489ec8aa45d |
UHC | 榮녢딉스] | 111001111011010010000110110100011000101011101111101111011011101001011101 | e7b486d18aefbdba5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)