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 | ?璽?霜^ | 00111111100011101010001100111111100100011001101001011110 | 3f8ea33f919a5e |
EUC-JP | ?璽?霜^ | 00111111101111001010010100111111110000011111101001011110 | 3fbca53fc1fa5e |
UTF-8 | 쓿璽쓿霜^ | 11101100100100111011111111100111100100101011110111101100100100111011111111101001100111001001110001011110 | ec93bfe792bdec93bfe99c9c5e |
UHC | 쓿璽쓿霜^ | 101111101011011111011111110111101011111010110111110111111101110001011110 | beb7dfdebeb7dfdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)