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^ | 1001001001011001100100011010000110010001101000100110001101011110 | 925991a191a2635e |
EUC-JP | 炭贈造c^ | 1100001110111010110000101010001111000010101001000110001101011110 | c3bac2a3c2a4635e |
UTF-8 | 炭贈造c^ | 1110011110000010101011011110100010110100100010001110100110000000101000000110001101011110 | e782ade8b488e980a0635e |
UHC | 炭贈造c^ | 1111011110101001111100011111110011110000111000110110001101011110 | f7a9f1fcf0e3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)