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 | 馴幸 | 10010011111010011000110101001011 | 93e98d4b |
EUC-JP | 馴幸 | 11000110111010111011100110101100 | c6ebb9ac |
UTF-8 | 馴幸 | 111010011010011010110100111001011011100110111000 | e9a6b4e5b9b8 |
UHC | 馴幸 | 11100010111110001111101010111001 | e2f8fab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)