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 | 爲犁獸 | 111000001010100011100000101100111110000011010111 | e0a8e0b3e0d7 |
EUC-JP | 爲犁獸 | 111000001010101011100000101101011110000011011001 | e0aae0b5e0d9 |
UTF-8 | 爲犁獸 | 111001111000100010110010111001111000101010000001111001111000110110111000 | e788b2e78a81e78db8 |
UHC | 爲犁獸 | 111010101101001111010111111000001110001010101110 | ead3d7e0e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)