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 | 0011111101000010 | 3f42 |
SJIS-WIN | 梯B | 100100101111001001000010 | 92f242 |
EUC-JP | 梯B | 110001001111010001000010 | c4f442 |
UTF-8 | 梯B | 11100110101000101010111101000010 | e6a2af42 |
UHC | 梯B | 111100001010110001000010 | f0ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)