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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 竪束則c^ | 1001001001000111100100011010100110010001101001010110001101011110 | 924791a991a5635e |
EUC-JP | 竪束則c^ | 1100001110101000110000101010101111000010101001110110001101011110 | c3a8c2abc2a7635e |
UTF-8 | 竪束則c^ | 1110011110101011101010101110011010011101100111111110010110001001100001110110001101011110 | e7abaae69d9fe58987635e |
UHC | 竪束則c^ | 1110001010110101111000011101011011110110110011100110001101011110 | e2b5e1d6f6ce635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)