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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豎梦薗塚 | 1110011010110001100110101110101110001001100100101111101010011100 | e6b19aeb8992fa9c |
EUC-JP | 豎梦薗? | 11101100101100111101010011101101101100011111001000111111 | ecb3d4edb1f23f |
UTF-8 | 豎梦薗塚 | 111010001011000110001110111001101010001010100110111010001001011010010111111011111010100010010000 | e8b18ee6a2a6e89697efa890 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)