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 | ¾âÙ½ÈB | 101111101110001010001110110110011000111010111101100011101100100001000010 | bee28ed98ebd8ec842 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | ?â?Ù???ÈB | 001111111000111110101011101001000011111110001111101010101110001100111111001111110011111110001111101010101011001001000010 | 3f8faba43f8faae33f3f3f8faab242 |
UTF-8 | ¾âÙ½ÈB | 1100001010111110110000111010001011000010100011101100001110011001110000101000111011000010101111011100001010001110110000111000100001000010 | c2bec3a2c28ec399c28ec2bdc28ec38842 |
UHC | ¾????½??B | 1010100011111010001111110011111100111111001111111010100011110110001111110011111101000010 | a8fa3f3f3f3fa8f63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)