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 | Æë߼¯nB | 1100011011101011110111111100010010111101101011110110111001000010 | c6ebdfc4bdaf6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | ÆëßÄ?¯nB | 100011111010100110100001100011111010101110110011100011111010100111001110100011111010101010100011001111111000111110100010101101000110111001000010 | 8fa9a18fabb38fa9ce8faaa33f8fa2b46e42 |
UTF-8 | Æë߼¯nB | 1100001110000110110000111010101111000011100111111100001110000100110000101011110111000010101011110110111001000010 | c386c3abc39fc384c2bdc2af6e42 |
UHC | Æ?ß?½?nB | 1010100010100001001111111010100110101100001111111010100011110110001111110110111001000010 | a8a13fa9ac3fa8f63f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)