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 | æ¨ç± | 111001101000110110101000111001111011000110001111 | e68da8e7b18f |
SJIS-WIN | ??¨?±? | 0011111100111111100000010100111000111111100000010111110100111111 | 3f3f814e3f817d3f |
EUC-JP | �� | 100011111010100111000001001111111010000110101111100011111010101110101110101000011101111000111111 | 8fa9c13fa1af8fabaea1de3f |
UTF-8 | æ¨ç± | 110000111010011011000010100011011100001010101000110000111010011111000010101100011100001010001111 | c3a6c28dc2a8c3a7c2b1c28f |
UHC | æ?¨?±? | 101010011010000100111111101000011010011100111111101000011011111000111111 | a9a13fa1a73fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)