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 | 褥坑 | 11100101111100011000110101000010 | e5f18d42 |
EUC-JP | 褥坑 | 11101010111100111011100110100011 | eaf3b9a3 |
UTF-8 | 褥坑 | 111010001010010010100101111001011001110110010001 | e8a4a5e59d91 |
UHC | 褥坑 | 11101001101100111100101111010101 | e9b3cbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)