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 | 韈キ螳削罎蠑 | 1110100011100111101101111110010110101110100011011110110111100011101000101110010110111100 | e8e7b7e5ae8dede3a2e5bc |
EUC-JP | 韈キ螳削罎蠑 | 111100001110100110001110101101111110101010110000101110101110111111100110101001001110101010111110 | f0e98eb7eab0baefe6a4eabe |
UTF-8 | 韈キ螳削罎蠑 | 111010011001111110001000111011111011110110110111111010001001111010110011111001011000100110001010111001111011110110001110111010001010000010010001 | e99f88efbdb7e89eb3e5898ae7bd8ee8a091 |
UHC | ??螳削?? | 0011111100111111110100111101100111011110111110110011111100111111 | 3f3fd3d9defb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)