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 | 夭敎臺^ | 10011010111011101111101011001101111001000110100101011110 | 9aeefacde4695e |
EUC-JP | 夭?臺^ | 110101001111000000111111111001111100101001011110 | d4f03fe7ca5e |
UTF-8 | 夭敎臺^ | 11100101101001001010110111100110100101011000111011101000100001111011101001011110 | e5a4ade6958ee887ba5e |
UHC | 夭敎臺^ | 11101000111011001100111011100111110100111110011001011110 | e8eccee7d3e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)