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 | ò꼸¼ | 111100101110101010111100101110001000111110111100 | f2eabcb88fbc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | òê?¸?? | 100011111010101111010010100011111010101110110100001111111000111110100010101100010011111100111111 | 8fabd28fabb43f8fa2b13f3f |
UTF-8 | ò꼸¼ | 110000111011001011000011101010101100001010111100110000101011100011000010100011111100001010111100 | c3b2c3aac2bcc2b8c28fc2bc |
UHC | ??¼¸?¼ | 001111110011111110101000111110011010001010101100001111111010100011111001 | 3f3fa8f9a2ac3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)