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 | ò¥®º¾ | 11110010101001011000111010101110100011111011101010111110 | f2a58eae8fbabe |
SJIS-WIN | ?¥????? | 0011111110000001100011110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f |
EUC-JP | ò??®?º? | 10001111101010111101001000111111001111111000111110100010111011100011111110001111101000101110101100111111 | 8fabd23f3f8fa2ee3f8fa2eb3f |
UTF-8 | ò¥®º¾ | 1100001110110010110000101010010111000010100011101100001010101110110000101000111111000010101110101100001010111110 | c3b2c2a5c28ec2aec28fc2bac2be |
UHC | ???®?º¾ | 00111111001111110011111110100010111001110011111110101000101011001010100011111010 | 3f3f3fa2e73fa8aca8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)