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 | 幸? | 100011010100101100111111 | 8d4b3f |
EUC-JP | 幸? | 101110011010110000111111 | b9ac3f |
UTF-8 | 幸셹 | 111001011011100110111000111011001000010110111001 | e5b9b8ec85b9 |
UHC | 幸셹 | 11111010101110011001100101111000 | fab99978 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)