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 | 竺捨莪 | 100011101011000110001110110011001110010010101110 | 8eb18ecce4ae |
EUC-JP | 竺捨莪 | 101111001011001110111100110011101110100010110000 | bcb3bccee8b0 |
UTF-8 | 竺捨莪 | 111001111010101110111010111001101000110110101000111010001000111010101010 | e7abbae68da8e88eaa |
UHC | 竺捨莪 | 111101011110011111011110110101111110010010110101 | f5e7ded7e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)