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 | 失酌璽 | 100011101011100010001110110111101000111010100011 | 8eb88ede8ea3 |
EUC-JP | 失酌璽 | 101111001011101010111100111000001011110010100101 | bcbabce0bca5 |
UTF-8 | 失酌璽 | 111001011010010010110001111010011000010110001100111001111001001010111101 | e5a4b1e9858ce792bd |
UHC | 失酌璽 | 111000111111011111101101110011001101111111011110 | e3f7edccdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)