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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螟懋サ餓律蠑 | 1110010110100100100111001110101010111011100010011110110010010111101001011110010110111100 | e5a49ceabb89ec97a5e5bc |
EUC-JP | 螟懋サ餓律蠑 | 111010101010011011011000111011001000111010111011101100101110111011001110101001111110101010111110 | eaa6d8ec8ebbb2eecea7eabe |
UTF-8 | 螟懋サ餓律蠑 | 111010001001111010011111111001101000011110001011111011111011110110111011111010011010010010010011111001011011111010001011111010001010000010010001 | e89e9fe6878befbdbbe9a493e5be8be8a091 |
UHC | 螟懋?餓律? | 11011001101011011101100111100101001111111110010010111011110101111100100000111111 | d9add9e53fe4bbd7c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)