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 | 、螢溿 | 111100011111100110100100111001011010001111111011010010101111000011101100 | f1f9a4e5a3fb4af0ec |
EUC-JP | ?、螢溿? | 001111111000111010100100111010101010010110001111110010001011000100111111 | 3f8ea4eaa58fc8b13f |
UTF-8 | 、螢溿 | 111011101000010110110100111011111011110110100100111010001001111010100010111001101011101010111111111011101000001010101011 | ee85b4efbda4e89ea2e6babfee82ab |
UHC | ??螢?? | 001111110011111111111011101010110011111100111111 | 3f3ffbab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)