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^ | 11101001111010110011111110000100101101110110001101011110 | e9eb3f84b7635e |
EUC-JP | 鴉?┨c^ | 11110010111011010011111110101000101110010110001101011110 | f2ed3fa8b9635e |
UTF-8 | 鴉딃┨c^ | 1110100110110100100010011110101110010100100000111110001010010100101010000110001101011110 | e9b489eb9483e294a8635e |
UHC | 鴉딃┨c^ | 1110010010111100100010101110100110100110101110010110001101011110 | e4bc8ae9a6b9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)