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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 障硫障硫^ | 100011111110000110010111101100001000111111100001100101111011000001011110 | 8fe197b08fe197b05e |
EUC-JP | 障硫障硫^ | 101111101110001111001110101100101011111011100011110011101011001001011110 | bee3ceb2bee3ceb25e |
UTF-8 | 障硫障硫^ | 11101001100110101001110011100111101000011010101111101001100110101001110011100111101000011010101101011110 | e99a9ce7a1abe99a9ce7a1ab5e |
UHC | 障硫障硫^ | 111011101010000111010111101111001110111010100001110101111011110001011110 | eea1d7bceea1d7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)