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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 正?正?^ | 10010000101100110011111110010000101100110011111101011110 | 90b33f90b33f5e |
EUC-JP | 正?正?^ | 11000000101101010011111111000000101101010011111101011110 | c0b53fc0b53f5e |
UTF-8 | 正넸正넵^ | 11100110101011011010001111101011100001001011100011100110101011011010001111101011100001001011010101011110 | e6ada3eb84b8e6ada3eb84b55e |
UHC | 正넸正넵^ | 111011111110000110110011110111101110111111100001101100111101110001011110 | efe1b3deefe1b3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)