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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 淲夭∵B | 11111011010001001001101011101110100000011110011001000010 | fb449aee81e642 |
EUC-JP | ?夭∵B | 001111111101010011110000101000101110100001000010 | 3fd4f0a2e842 |
UTF-8 | 淲夭∵B | 11100110101101111011001011100101101001001010110111100010100010001011010101000010 | e6b7b2e5a4ade288b542 |
UHC | ?夭∵B | 001111111110100011101100101000011111000101000010 | 3fe8eca1f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)