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 | 100111110100010001000010 | 9f4442 |
EUC-JP | 櫂B | 110111011010010101000010 | dda542 |
UTF-8 | 櫂B | 11100110101010111000001001000010 | e6ab8242 |
UHC | 櫂B | 110101001010001001000010 | d4a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)