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 | æ¼¬åº | 111001101011110010101100111001011011101010011100 | e6bcace5ba9c |
SJIS-WIN | ??¬??? | 00111111001111111000000111001010001111110011111100111111 | 3f3f81ca3f3f3f |
EUC-JP | �� | 10001111101010011100000100111111101000101100110010001111101010111010100110001111101000101110101100111111 | 8fa9c13fa2cc8faba98fa2eb3f |
UTF-8 | æ¼¬åº | 110000111010011011000010101111001100001010101100110000111010010111000010101110101100001010011100 | c3a6c2bcc2acc3a5c2bac29c |
UHC | æ¼??º? | 101010011010000110101000111110010011111100111111101010001010110000111111 | a9a1a8f93f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)