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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 屎?B | 10011011100111010011111101000010 | 9b9d3f42 |
EUC-JP | 屎?B | 11010101111111010011111101000010 | d5fd3f42 |
UTF-8 | 屎덡B | 11100101101100011000111011101011100011011010000101000010 | e5b18eeb8da142 |
UHC | 屎덡B | 1110001110111010100010001111110001000010 | e3ba88fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)