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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟾也ィョ雜 | 1110010110110111100101101110011110101000101011101110100010110110 | e5b796e7a8aee8b6 |
EUC-JP | 蟾也ィョ雜 | 11101010101110011100110011101001100011101010100010001110101011101111000010111000 | eab9cce98ea88eaef0b8 |
UTF-8 | 蟾也ィョ雜 | 111010001001111110111110111001001011100110011111111011111011110110101000111011111011110110101110111010011001101110011100 | e89fbee4b99fefbda8efbdaee99b9c |
UHC | 蟾也??雜 | 1110000011101010111001011010010100111111001111111110110111011010 | e0eae5a53f3fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)