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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 艪援胸F | 11100100100000101000100110000111100010111011100101000110 | e48289878bb946 |
EUC-JP | 艪援胸F | 11100111111000101011000111100111101101101011101101000110 | e7e2b1e7b6bb46 |
UTF-8 | 艪援胸F | 11101000100010011010101011100110100011111011010011101000100000111011100001000110 | e889aae68fb4e883b846 |
UHC | ?援胸F | 001111111110101010110101111111011101100001000110 | 3feab5fdd846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)