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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 釋? | 111001111101011100111111 | e7d73f |
EUC-JP | 釋璲 | 1110111011011001100011111100110011100101 | eed98fcce5 |
UTF-8 | 釋璲 | 111010011000011110001011111001111001001010110010 | e9878be792b2 |
UHC | 釋璲 | 11100000101101111110001010110000 | e0b7e2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)