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 | 陷郁┳ | 111010001001110010001000111010001000010010110001 | e89c88e884b1 |
EUC-JP | 陷郁┳ | 111011111111110010110000111010101010100010110011 | effcb0eaa8b3 |
UTF-8 | 陷郁┳ | 111010011001100110110111111010011000001110000001111000101001010010110011 | e999b7e98381e294b3 |
UHC | 陷郁┳ | 111110011110100011101001111101001010011010110011 | f9e8e9f4a6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)