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 | 章硫章硫^ | 100011111100110110010111101100001000111111001101100101111011000001011110 | 8fcd97b08fcd97b05e |
EUC-JP | 章硫章硫^ | 101111101100111111001110101100101011111011001111110011101011001001011110 | becfceb2becfceb25e |
UTF-8 | 章硫章硫^ | 11100111101010111010000011100111101000011010101111100111101010111010000011100111101000011010101101011110 | e7aba0e7a1abe7aba0e7a1ab5e |
UHC | 章硫章硫^ | 111011011111000111010111101111001110110111110001110101111011110001011110 | edf1d7bcedf1d7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)