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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 乗暠ョB | 100011111110011011111010110110111010111001000010 | 8fe6fadbae42 |
EUC-JP | 乗暠ョB | 1011111011101000100011111100001011010111100011101010111001000010 | bee88fc2d78eae42 |
UTF-8 | 乗暠ョB | 11100100101110011001011111100110100110101010000011101111101111011010111001000010 | e4b997e69aa0efbdae42 |
UHC | ?暠?B | 0011111111001101101111000011111101000010 | 3fcdbc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)