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 | æ¼¬å¯ | 1110011010111100101011001110010110101111 | e6bcace5af |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | æ?¬å¯ | 100011111010100111000001001111111010001011001100100011111010101110101001100011111010001010110100 | 8fa9c13fa2cc8faba98fa2b4 |
UTF-8 | æ¼¬å¯ | 11000011101001101100001010111100110000101010110011000011101001011100001010101111 | c3a6c2bcc2acc3a5c2af |
UHC | æ¼??? | 10101001101000011010100011111001001111110011111100111111 | a9a1a8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)