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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?豈鬘 | 0011111111100110101011111110100110100001 | 3fe6afe9a1 |
EUC-JP | 錟豈鬘 | 10001111111001001101110111101100101100011111001010100011 | 8fe4ddecb1f2a3 |
UTF-8 | 錟豈鬘 | 111010011000110010011111111010001011000110001000111010011010110010011000 | e98c9fe8b188e9ac98 |
UHC | 錟豈? | 1101001111001010110100011100001000111111 | d3cad1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)