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 | 篠?襄 | 1000111011000010001111111110010111110101 | 8ec23fe5f5 |
EUC-JP | 篠?襄 | 1011110011000100001111111110101011110111 | bcc43feaf7 |
UTF-8 | 篠잱襄 | 111001111010111110100000111011001001111010110001111010001010010110000100 | e7afa0ec9eb1e8a584 |
UHC | 篠잱襄 | 111000011100011010011111111110011110010111010001 | e1c69ff9e5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)