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 | ¼åÆâ | 1011110011100101100011111100011011100010 | bce58fc6e2 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?å?Æâ | 0011111110001111101010111010100100111111100011111010100110100001100011111010101110100100 | 3f8faba93f8fa9a18faba4 |
UTF-8 | ¼åÆâ | 11000010101111001100001110100101110000101000111111000011100001101100001110100010 | c2bcc3a5c28fc386c3a2 |
UHC | ¼??Æ? | 10101000111110010011111100111111101010001010000100111111 | a8f93f3fa8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)