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 | 艇祇 | 10010010111110001000101101011111 | 92f88b5f |
EUC-JP | 艇祇 | 11000100111110101011010111000000 | c4fab5c0 |
UTF-8 | 艇祇 | 111010001000100110000111111001111010010110000111 | e88987e7a587 |
UHC | 艇祇 | 11101111111100111101000110110110 | eff3d1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)