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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 髷矩梛^ | 11101001100111101000101111101001100111101000101101011110 | e99e8be99e8b5e |
EUC-JP | 髷矩梛^ | 11110001111111101011011011101011110110111110101101011110 | f1feb6ebdbeb5e |
UTF-8 | 髷矩梛^ | 11101001101010111011011111100111100111111010100111100110101000101001101101011110 | e9abb7e79fa9e6a29b5e |
UHC | ?矩?^ | 0011111111001111101110110011111101011110 | 3fcfbb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)