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 | ?燃 | 001111111001010001010010 | 3f9452 |
EUC-JP | 侁燃 | 1000111110110000111111001100011110110011 | 8fb0fcc7b3 |
UTF-8 | 侁燃 | 111001001011111010000001111001111000011110000011 | e4be81e78783 |
UHC | 侁燃 | 11100011111000001110011011010111 | e3e0e6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)