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ÂB | 11000010100100100100001001010100110000101001001001000010 | c2924254c29242 |
SJIS-WIN | ??BT??B | 00111111001111110100001001010100001111110011111101000010 | 3f3f42543f3f42 |
EUC-JP | Â?BTÂ?B | 1000111110101010101001000011111101000010010101001000111110101010101001000011111101000010 | 8faaa43f42548faaa43f42 |
UTF-8 | ÂBTÂB | 1100001110000010110000101001001001000010010101001100001110000010110000101001001001000010 | c382c2924254c382c29242 |
UHC | ??BT??B | 00111111001111110100001001010100001111110011111101000010 | 3f3f42543f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)