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 | 111000000111010101000010 | e07542 |
EUC-JP | 炒B | 110111111101011001000010 | dfd642 |
UTF-8 | 炒B | 11100111100000101001001001000010 | e7829242 |
UHC | 炒B | 111101011010010001000010 | f5a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)