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 | 衣輕兵奬 | 1000100011011111111001110110101010010101101110101001101011111011 | 88dfe76a95ba9afb |
EUC-JP | 衣輕兵奬 | 1011000011100001111011011100101111001010101111001101010011111101 | b0e1edcbcabcd4fd |
UTF-8 | 衣輕兵奬 | 111010001010000110100011111010001011110010010101111001011000010110110101111001011010010110101100 | e8a1a3e8bc95e585b5e5a5ac |
UHC | 衣輕兵奬 | 1110101111111101110011001110111011011100101100101110110111100001 | ebfdcceedcb2ede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)