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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉗ェ謗ゥ碪ー | 111001111110011110101010111001101000111010101001111000011111001010110000 | e7e7aae68ea9e1f2b0 |
EUC-JP | 鉗ェ謗ゥ碪ー | 111011101110100110001110101010101110101111101110100011101010100111100010111101001000111010110000 | eee98eaaebee8ea9e2f48eb0 |
UTF-8 | 鉗ェ謗ゥ碪ー | 111010011000100110010111111011111011110110101010111010001010110010010111111011111011110110101001111001111010001010101010111011111011110110110000 | e98997efbdaae8ac97efbda9e7a2aaefbdb0 |
UHC | 鉗?謗??? | 1100110011000110001111111101101110111111001111110011111100111111 | ccc63fdbbf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)