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 | ?魏?違^ | 00111111111010011011000000111111100010001110000101011110 | 3fe9b03f88e15e |
EUC-JP | ?魏?違^ | 00111111111100101011001000111111101100001110001101011110 | 3ff2b23fb0e35e |
UTF-8 | 셉魏셉違^ | 11101100100001011000100111101001101011011000111111101100100001011000100111101001100000011001010101011110 | ec8589e9ad8fec8589e981955e |
UHC | 셉魏셉違^ | 101111001100000111101010111000001011110011000001111010101101111001011110 | bcc1eae0bcc1eade5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)