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 | 魄ィ謇銀無 | 111010011010111010101000111001101000100110001011111000101001011010110011 | e9aea8e6898be296b3 |
EUC-JP | 魄ィ謇銀無 | 11110010101100001000111010101000111010111110100110110110111001001100110010110101 | f2b08ea8ebe9b6e4ccb5 |
UTF-8 | 魄ィ謇銀無 | 111010011010110110000100111011111011110110101000111010001010110010000111111010011000101010000000111001111000010010100001 | e9ad84efbda8e8ac87e98a80e784a1 |
UHC | 魄??銀無 | 1101101111011110001111110011111111101011110111101101100111101101 | dbde3f3febded9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)