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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟆乗ウЭ | 11100101101100001000111111100110101100111000010001011110 | e5b08fe6b3845e |
EUC-JP | 蟆乗ウЭ | 1110101010110010101111101110100010001110101100111010011110111111 | eab2bee88eb3a7bf |
UTF-8 | 蟆乗ウЭ | 1110100010011111100001101110010010111001100101111110111110111101101100111101000010101101 | e89f86e4b997efbdb3d0ad |
UHC | ???Э | 0011111100111111001111111010110010111111 | 3f3f3facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)