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 | 蘖?蘖?^ | 10011111010100000011111110011111010100000011111101011110 | 9f503f9f503f5e |
EUC-JP | 蘖?蘖?^ | 11011101101100010011111111011101101100010011111101011110 | ddb13fddb13f5e |
UTF-8 | 蘖급蘖긁^ | 11101000100110001001011011101010101110001000100111101000100110001001011011101010101110001000000101011110 | e89896eab889e89896eab8815e |
UHC | 蘖급蘖긁^ | 111001011110111010110001110111101110010111101110101100011101110001011110 | e5eeb1dee5eeb1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)