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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珀狡獸 | 111000001101111111100000110000101110000011010111 | e0dfe0c2e0d7 |
EUC-JP | 珀狡獸 | 111000001110000111100000110001001110000011011001 | e0e1e0c4e0d9 |
UTF-8 | 珀狡獸 | 111001111000111110000000111001111000101110100001111001111000110110111000 | e78f80e78ba1e78db8 |
UHC | 珀狡獸 | 110110101101011011001110111010101110001010101110 | dad6ceeae2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)