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 | 蟾也ィョ雜ウ | 111001011011011110010110111001111010100010101110111010001011011010110011 | e5b796e7a8aee8b6b3 |
EUC-JP | 蟾也ィョ雜ウ | 111010101011100111001100111010011000111010101000100011101010111011110000101110001000111010110011 | eab9cce98ea88eaef0b88eb3 |
UTF-8 | 蟾也ィョ雜ウ | 111010001001111110111110111001001011100110011111111011111011110110101000111011111011110110101110111010011001101110011100111011111011110110110011 | e89fbee4b99fefbda8efbdaee99b9cefbdb3 |
UHC | 蟾也??雜? | 111000001110101011100101101001010011111100111111111011011101101000111111 | e0eae5a53f3fedda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)