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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 莉・貎倡鉙B | 11100100101110111010010111100110101111011001100011100111111110111100100001000010 | e4bba5e6bd98e7fbc842 |
EUC-JP | 莉・貎倡鉙B | 111010001011110110001110101001011110110010111111110100001110100110001111111000111110001101000010 | e8bd8ea5ecbfd0e98fe3e342 |
UTF-8 | 莉・貎倡鉙B | 11101000100011101000100111101111101111011010010111101000101100101000111011100101100000001010000111101001100010011001100101000010 | e88e89efbda5e8b28ee580a1e9899942 |
UHC | 莉??倡?B | 1101011111101001001111110011111111110011110110110011111101000010 | d7e93f3ff3db3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)