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 | 11101001100001011000101011100101101110101010011101000010 | e9858ae5baa742 |
EUC-JP | 驟雁コァB | 111100011110010110110100111001111000111010111010100011101010011101000010 | f1e5b4e78eba8ea742 |
UTF-8 | 驟雁コァB | 11101001101010011001111111101001100110111000000111101111101111011011101011101111101111011010011101000010 | e9a99fe99b81efbdbaefbda742 |
UHC | 驟雁??B | 11110110101011101110010011010010001111110011111101000010 | f6aee4d23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)