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 | ãµ¼åÜ | 11100011101101011000110110001100101111001110010111011100 | e3b58d8cbce5dc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ã????åÜ | 10001111101010111010101000111111001111110011111100111111100011111010101110101001100011111010101011100100 | 8fabaa3f3f3f3f8faba98faae4 |
UTF-8 | ãµ¼åÜ | 1100001110100011110000101011010111000010100011011100001010001100110000101011110011000011101001011100001110011100 | c3a3c2b5c28dc28cc2bcc3a5c39c |
UHC | ????¼?? | 0011111100111111001111110011111110101000111110010011111100111111 | 3f3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)