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 | 塢?1詣 | 10011010110001110011111110000010010100001000110001110111 | 9ac73f82508c77 |
EUC-JP | 塢?1詣 | 11010100110010010011111110100011101100011011011111011000 | d4c93fa3b1b7d8 |
UTF-8 | 塢곩1詣 | 111001011010000110100010111010101011001110101001111011111011110010010001111010001010100110100011 | e5a1a2eab3a9efbc91e8a9a3 |
UHC | 塢곩1詣 | 1110011111110001100000011110010110100011101100011110011111100001 | e7f181e5a3b1e7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)