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 | ?獸 | 001111111110000011010111 | 3fe0d7 |
EUC-JP | 侄獸 | 1000111110110000111111101110000011011001 | 8fb0fee0d9 |
UTF-8 | 侄獸 | 111001001011111010000100111001111000110110111000 | e4be84e78db8 |
UHC | 侄獸 | 11110010111010011110001010101110 | f2e9e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)