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 | 弡扇 | 11111010101101111001000011101110 | fab790ee |
EUC-JP | 弡扇 | 1000111110111100111001001100000011110000 | 8fbce4c0f0 |
UTF-8 | 弡扇 | 111001011011110010100001111001101000100110000111 | e5bca1e68987 |
UHC | ?扇 | 001111111110000010111111 | 3fe0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)