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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 亥?瀕 | 1000100011100101001111111001010101101101 | 88e53f956d |
EUC-JP | 亥®瀕 | 10110000111001111000111110100010111011101100100111001110 | b0e78fa2eec9ce |
UTF-8 | 亥®瀕 | 1110010010111010101001011100001010101110111001111000000010010101 | e4baa5c2aee78095 |
UHC | 亥®瀕 | 111110101010010010100010111001111101111010110101 | faa4a2e7deb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)