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 | 爲瑩獸 | 111000001010100011100000111100001110000011010111 | e0a8e0f0e0d7 |
EUC-JP | 爲瑩獸 | 111000001010101011100000111100101110000011011001 | e0aae0f2e0d9 |
UTF-8 | 爲瑩獸 | 111001111000100010110010111001111001000110101001111001111000110110111000 | e788b2e791a9e78db8 |
UHC | 爲瑩獸 | 111010101101001111111011101010011110001010101110 | ead3fba9e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)