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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髣・貅佩 | 11101001100101111010010111100110101110101001100011001110 | e997a5e6ba98ce |
EUC-JP | 髣・貅佩 | 1111000111110111100011101010010111101100101111001101000011010000 | f1f78ea5ecbcd0d0 |
UTF-8 | 髣・貅佩 | 111010011010101110100011111011111011110110100101111010001011001010000101111001001011110110101001 | e9aba3efbda5e8b285e4bda9 |
UHC | ???佩 | 0011111100111111001111111111100010100101 | 3f3f3ff8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)