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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 迪也喧^ | 11100111100011001001011011100111100011001001011001011110 | e78c96e78c965e |
EUC-JP | 迪也喧^ | 11101101111011001100110011101001101101111111011001011110 | edeccce9b7f65e |
UTF-8 | 迪也喧^ | 11101000101111111010101011100100101110011001111111100101100101101010011101011110 | e8bfaae4b99fe596a75e |
UHC | 迪也喧^ | 11101110111010001110010110100101111111011011110101011110 | eee8e5a5fdbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)