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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?晳?晳B | 00111111111110101101100100111111111110101101100101000010 | 3ffad93ffad942 |
EUC-JP | ?晳?晳B | 001111111000111111000010110001000011111110001111110000101100010001000010 | 3f8fc2c43f8fc2c442 |
UTF-8 | 歷晳歷晳B | 11101111101001101000110011100110100110011011001111101111101001101000110011100110100110011011001101000010 | efa68ce699b3efa68ce699b342 |
UHC | 歷晳歷晳B | 111001101011100011100000101011111110011010111000111000001010111101000010 | e6b8e0afe6b8e0af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)