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 | ?k?kB | 0011111101101011001111110110101101000010 | 3f6b3f6b42 |
SJIS-WIN | 但k但kB | 10010010010000010110101110010010010000010110101101000010 | 92416b92416b42 |
EUC-JP | 但k但kB | 11000011101000100110101111000011101000100110101101000010 | c3a26bc3a26b42 |
UTF-8 | 但k但kB | 111001001011110110000110011010111110010010111101100001100110101101000010 | e4bd866be4bd866b42 |
UHC | 但k但kB | 11010011101000110110101111010011101000110110101101000010 | d3a36bd3a36b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)