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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 畏????^ | 10001000110110000011111100111111001111110011111101011110 | 88d83f3f3f3f5e |
EUC-JP | 畏????^ | 10110000110110100011111100111111001111110011111101011110 | b0da3f3f3f3f5e |
UTF-8 | 畏롖롐롖롐^ | 11100111100101011000111111101011101000011001011011101011101000011001000011101011101000011001011011101011101000011001000001011110 | e7958feba196eba190eba196eba1905e |
UHC | 畏롖롐롖롐^ | 1110100011100110100011101101101010001110110101101000111011011010100011101101011001011110 | e8e68eda8ed68eda8ed65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)