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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 毅櫓? | 1000101101000010100110000100010100111111 | 8b4298453f |
EUC-JP | 毅櫓? | 1011010110100011110011111010011000111111 | b5a3cfa63f |
UTF-8 | 毅櫓렩 | 111001101010111110000101111001101010101110010011111010111010000010101001 | e6af85e6ab93eba0a9 |
UHC | 毅櫓렩 | 111010111111011011010110110100001000111010110111 | ebf6d6d08eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)