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 | 001111110101101101000010 | 3f5b42 |
SJIS-WIN | 鴉[B | 11101001111010110101101101000010 | e9eb5b42 |
EUC-JP | 鴉[B | 11110010111011010101101101000010 | f2ed5b42 |
UTF-8 | 鴉[B | 1110100110110100100010010101101101000010 | e9b4895b42 |
UHC | 鴉[B | 11100100101111000101101101000010 | e4bc5b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)