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^ | 1110001101001101100010111000111110001111010111010110001101011110 | e34d8b8f8f5d635e |
EUC-JP | 絎居従c^ | 1110010110101110101101011110111110111101101111100110001101011110 | e5aeb5efbdbe635e |
UTF-8 | 絎居従c^ | 1110011110110101100011101110010110110001100001011110010110111110100100110110001101011110 | e7b58ee5b185e5be93635e |
UHC | ?居?c^ | 001111111100101111011100001111110110001101011110 | 3fcbdc3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)