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 | 11101001100000001010000111101000101100101010001001000010 | e980a1e8b2a242 |
EUC-JP | 騾。雋「B | 111100011110000010001110101000011111000010110100100011101010001001000010 | f1e08ea1f0b48ea242 |
UTF-8 | 騾。雋「B | 11101001101010001011111011101111101111011010000111101001100110111000101111101111101111011010001001000010 | e9a8beefbda1e99b8befbda242 |
UHC | ??雋?B | 001111110011111111110001111001100011111101000010 | 3f3ff1e63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)