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 | ??Ø??? | 001111110011111111011000001111110011111100111111 | 3f3fd83f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??Ø??? | 0011111100111111100011111010100110101100001111110011111100111111 | 3f3f8fa9ac3f3f3f |
UTF-8 | 閱뤿Ø栒듿깷 | 1110100110010110101100011110101110100100101111111100001110011000111001101010000010010010111010111001001110111111111010101011100110110111 | e996b1eba4bfc398e6a092eb93bfeab9b7 |
UHC | 閱뤿Ø栒듿깷 | 111001101111001110001111111010111010100010101010111000101110001110001010111001011000001110100101 | e6f38feba8aae2e38ae583a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)