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 | 叱霓カ蝪 | 111100001011011110001110101101101110100010111101101101101110010110100001 | f0b78eb6e8bdb6e5a1 |
EUC-JP | ?叱霓カ蝪 | 001111111011110010111000111100001011111110001110101101101110101010100011 | 3fbcb8f0bf8eb6eaa3 |
UTF-8 | 叱霓カ蝪 | 111011101000000110110110111001011000111110110001111010011001110010010011111011111011110110110110111010001001110110101010 | ee81b6e58fb1e99c93efbdb6e89daa |
UHC | ?叱霓?? | 00111111111100101110101011100111111001110011111100111111 | 3ff2eae7e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)