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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞳雅ャ危ァ | 1110100011100011100010011110101110101100100010101110101110100111 | e8e389ebac8aeba7 |
EUC-JP | 鞳雅ャ危ァ | 11110000111001011011001011101101100011101010110010110100111011011000111010100111 | f0e5b2ed8eacb4ed8ea7 |
UTF-8 | 鞳雅ャ危ァ | 111010011001111010110011111010011001101110000101111011111011110110101100111001011000110110110001111011111011110110100111 | e99eb3e99b85efbdace58db1efbda7 |
UHC | ?雅?危? | 00111111111001001011101000111111111010101100101100111111 | 3fe4ba3feacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)