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 | 薔炎 | 11100101010010111000100110001010 | e54b898a |
EUC-JP | 薔炎 | 11101001101011001011000111101010 | e9acb1ea |
UTF-8 | 薔炎 | 111010001001011010010100111001111000001010001110 | e89694e7828e |
UHC | 薔炎 | 11101101111110011110011011111010 | edf9e6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)