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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????モ | 001111110011111100111111001111111000001110000010 | 3f3f3f3f8382 |
EUC-JP | ????モ | 001111110011111100111111001111111010010111100010 | 3f3f3f3fa5e2 |
UTF-8 | 룶拾룴쵍モ | 111010111010001110110110111011111010010110110011111010111010001110110100111011001011010110001101111000111000001110100010 | eba3b6efa5b3eba3b4ecb58de383a2 |
UHC | 룶拾룴쵍モ | 10001111101010111110010010101001100011111010100110101100100011111010101111100010 | 8fabe4a98fa9ac8fabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)