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 | 淨?圭辛 | 10011111110001000011111110001100010111001001000001101000 | 9fc43f8c5c9068 |
EUC-JP | 淨?圭辛 | 11011110110001100011111110110111101111011011111111001001 | dec63fb7bdbfc9 |
UTF-8 | 淨ㅹ圭辛 | 111001101011011110101000111000111000010110111001111001011001110010101101111010001011111010011011 | e6b7a8e385b9e59cade8be9b |
UHC | 淨ㅹ圭辛 | 1110111111100100101001001110100111010000101001001110001111110100 | efe4a4e9d0a4e3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)