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 | 磬Ⳡ| 111001111010001110101100111000101000000010110011 | e7a3ace280b3 |
SJIS-WIN | ?£¬??? | 0011111110000001100100101000000111001010001111110011111100111111 | 3f819281ca3f3f3f |
EUC-JP | 磬â?? | 100011111010101110101110101000011111001010100010110011001000111110101011101001000011111100111111 | 8fabaea1f2a2cc8faba43f3f |
UTF-8 | 磬Ⳡ| 110000111010011111000010101000111100001010101100110000111010001011000010100000001100001010110011 | c3a7c2a3c2acc3a2c280c2b3 |
UHC | ?????³ | 00111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)