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 | 鬯倡距 | 111010011010110010011000111001111000101110010111 | e9ac98e78b97 |
EUC-JP | 鬯倡距 | 111100101010111011010000111010011011010111110111 | f2aed0e9b5f7 |
UTF-8 | 鬯倡距 | 111010011010110010101111111001011000000010100001111010001011011110011101 | e9acafe580a1e8b79d |
UHC | ?倡距 | 0011111111110011110110111100101111100101 | 3ff3dbcbe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)