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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譬縄カキ | 111001101010000010010011111010101011011010110111 | e6a093eab6b7 |
EUC-JP | 譬縄カキ | 1110110010100010110001101110110010001110101101101000111010110111 | eca2c6ec8eb68eb7 |
UTF-8 | 譬縄カキ | 111010001010110110101100111001111011100010000100111011111011110110110110111011111011110110110111 | e8adace7b884efbdb6efbdb7 |
UHC | 譬??? | 1101111010100111001111110011111100111111 | dea73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)