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 | ô¥¿ìº¯ | 1111010010100101100011101011111111101100101110101000111010101111 | f4a58ebfecba8eaf |
SJIS-WIN | ?¥?????? | 001111111000000110001111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f |
EUC-JP | ô??¿ìº?¯ | 100011111010101111010100001111110011111110001111101000101100010010001111101010111100000010001111101000101110101100111111100011111010001010110100 | 8fabd43f3f8fa2c48fabc08fa2eb3f8fa2b4 |
UTF-8 | ô¥¿ìº¯ | 11000011101101001100001010100101110000101000111011000010101111111100001110101100110000101011101011000010100011101100001010101111 | c3b4c2a5c28ec2bfc3acc2bac28ec2af |
UHC | ???¿?º?? | 00111111001111110011111110100010101011110011111110101000101011000011111100111111 | 3f3f3fa2af3fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)