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 | ?C?}?C?{^ | 001111110100001100111111011111010011111101000011001111110111101101011110 | 3f433f7d3f433f7b5e |
SJIS-WIN | ?C?}?C?{^ | 001111110100001100111111011111010011111101000011001111110111101101011110 | 3f433f7d3f433f7b5e |
EUC-JP | ?C?}?C?{^ | 001111110100001100111111011111010011111101000011001111110111101101011110 | 3f433f7d3f433f7b5e |
UTF-8 | 윱C뭔}윱C뭔{^ | 1110110010011100101100010100001111101011101011011001010001111101111011001001110010110001010000111110101110101101100101000111101101011110 | ec9cb143ebad947dec9cb143ebad947b5e |
UHC | 윱C뭔}윱C뭔{^ | 11000000101101000100001110111001101110100111110111000000101101000100001110111001101110100111101101011110 | c0b443b9ba7dc0b443b9ba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)