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 | 偕?? | 10011000111100010011111100111111 | 98f13f3f |
EUC-JP | 偕?? | 11010000111100110011111100111111 | d0f33f3f |
UTF-8 | 偕쎿솛 | 111001011000000110010101111011001000111010111111111011001000011010011011 | e58195ec8ebfec869b |
UHC | 偕쎿솛 | 111110101010010110011011111001101001100110011001 | faa59be69999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)