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 | 100010001101010110000010111001100011111101000010 | 88d582e63f42 |
EUC-JP | 易よ?B | 101100001101011110100100111010000011111101000010 | b0d7a4e83f42 |
UTF-8 | 易よ츓B | 11100110100110001001001111100011100000101000100011101100101110001001001101000010 | e69893e38288ecb89342 |
UHC | 易よ츓B | 11100110101101101010101011101000101011101000111001000010 | e6b6aae8ae8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)