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 | ò«Êè³¢ | 1111001010101011110010101110100010001110101100111000111010100010 | f2abcae88eb38ea2 |
SJIS-WIN | ???????¢ | 001111110011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f3f8191 |
EUC-JP | ò?Êè???¢ | 100011111010101111010010001111111000111110101010101101001000111110101011101100100011111100111111001111111010000111110001 | 8fabd23f8faab48fabb23f3f3fa1f1 |
UTF-8 | ò«Êè³¢ | 11000011101100101100001010101011110000111000101011000011101010001100001010001110110000101011001111000010100011101100001010100010 | c3b2c2abc38ac3a8c28ec2b3c28ec2a2 |
UHC | ?????³?? | 001111110011111100111111001111110011111110101001111110000011111100111111 | 3f3f3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)