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 | æ¶¬å® | 111001101011011010101100111001011010111010001101 | e6b6ace5ae8d |
SJIS-WIN | ?¶¬??? | 0011111110000001111101111000000111001010001111110011111100111111 | 3f81f781ca3f3f3f |
EUC-JP | 涬� | 1000111110101001110000011010001011111001101000101100110010001111101010111010100110001111101000101110111000111111 | 8fa9c1a2f9a2cc8faba98fa2ee3f |
UTF-8 | æ¶¬å® | 110000111010011011000010101101101100001010101100110000111010010111000010101011101100001010001101 | c3a6c2b6c2acc3a5c2aec28d |
UHC | æ¶??®? | 101010011010000110100010110100100011111100111111101000101110011100111111 | a9a1a2d23f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)