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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 夭?鷹? | 100110101110111000111111100100011110100100111111 | 9aee3f91e93f |
EUC-JP | 夭?鷹? | 110101001111000000111111110000101110101100111111 | d4f03fc2eb3f |
UTF-8 | 夭렲鷹잭 | 111001011010010010101101111010111010000010110010111010011011011110111001111011001001111010101101 | e5a4adeba0b2e9b7b9ec9ead |
UHC | 夭렲鷹잭 | 1110100011101100100011101011111111101011111011011100000011101000 | e8ec8ebfebedc0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)