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 | 鈔亥п | 111001111110001010001000111001011000010010000001 | e7e288e58481 |
EUC-JP | 鈔亥п | 111011101110010010110000111001111010011111100001 | eee4b0e7a7e1 |
UTF-8 | 鈔亥п | 1110100110001000100101001110010010111010101001011101000010111111 | e98894e4baa5d0bf |
UHC | ?亥п | 0011111111111010101001001010110011100001 | 3ffaa4ace1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)