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 | 蛟奢凄 | 111001011000000010011010111110001001000010100110 | e5809af890a6 |
EUC-JP | 蛟奢凄 | 111010011110000011010100111110101100000010101000 | e9e0d4fac0a8 |
UTF-8 | 蛟奢凄 | 111010001001101110011111111001011010010110100010111001011000011110000100 | e89b9fe5a5a2e58784 |
UHC | 蛟奢凄 | 110011101111000111011110110011101111010010100010 | cef1decef4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)