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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鈺馴 | 11111011110001001001001111101001 | fbc493e9 |
EUC-JP | 鈺馴 | 1000111111100011110101011100011011101011 | 8fe3d5c6eb |
UTF-8 | 鈺馴 | 111010011000100010111010111010011010011010110100 | e988bae9a6b4 |
UHC | 鈺馴 | 11101000101011011110001011111000 | e8ade2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)