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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釈酌踰 | 100011101101111110001110110111101110011011111010 | 8edf8edee6fa |
EUC-JP | 釈酌踰 | 101111001110000110111100111000001110110011111100 | bce1bce0ecfc |
UTF-8 | 釈酌踰 | 111010011000011110001000111010011000010110001100111010001011100010110000 | e98788e9858ce8b8b0 |
UHC | ?酌踰 | 0011111111101101110011001110101110110010 | 3fedccebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)