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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 詳詳B | 1000111111011010100011111101101001000010 | 8fda8fda42 |
EUC-JP | 詳詳B | 1011111011011100101111101101110001000010 | bedcbedc42 |
UTF-8 | 詳詳B | 11101000101010011011001111101000101010011011001101000010 | e8a9b3e8a9b342 |
UHC | 詳詳B | 1101111111011001110111111101100101000010 | dfd9dfd942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)