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 | ÂBTÂC | 11000010100100100100001001010100110000101001001001000011 | c2924254c29243 |
SJIS-WIN | ??BT??C | 00111111001111110100001001010100001111110011111101000011 | 3f3f42543f3f43 |
EUC-JP | Â?BTÂ?C | 1000111110101010101001000011111101000010010101001000111110101010101001000011111101000011 | 8faaa43f42548faaa43f43 |
UTF-8 | ÂBTÂC | 1100001110000010110000101001001001000010010101001100001110000010110000101001001001000011 | c382c2924254c382c29243 |
UHC | ??BT??C | 00111111001111110100001001010100001111110011111101000011 | 3f3f42543f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)