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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 娃?Р | 1000100010100001001111111000010001010001 | 88a13f8451 |
EUC-JP | 娃?Р | 1011000010100011001111111010011110110010 | b0a33fa7b2 |
UTF-8 | 娃ⓩР | 1110010110101000100000111110001010010011101010011101000010100000 | e5a883e293a9d0a0 |
UHC | 娃ⓩР | 111010001101111110101000111001101010110010110010 | e8dfa8e6acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)