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 | 逵キ逵キ^ | 11100111100111001011011111100111100111001011011101011110 | e79cb7e79cb75e |
EUC-JP | 逵キ逵キ^ | 111011011111110010001110101101111110110111111100100011101011011101011110 | edfc8eb7edfc8eb75e |
UTF-8 | 逵キ逵キ^ | 11101001100000001011010111101111101111011011011111101001100000001011010111101111101111011011011101011110 | e980b5efbdb7e980b5efbdb75e |
UHC | 逵?逵?^ | 11010000101100000011111111010000101100000011111101011110 | d0b03fd0b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)