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 | ¸¹¹Î | 1000111110111000101110011011100111001110 | 8fb8b9b9ce |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¸??Î | 001111111000111110100010101100010011111100111111100011111010101011000010 | 3f8fa2b13f3f8faac2 |
UTF-8 | ¸¹¹Î | 11000010100011111100001010111000110000101011100111000010101110011100001110001110 | c28fc2b8c2b9c2b9c38e |
UHC | ?¸¹¹? | 0011111110100010101011001010100111110110101010011111011000111111 | 3fa2aca9f6a9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)