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 | ?H? | 001111110100100000111111 | 3f483f |
SJIS-WIN | 短H其 | 1001001001011010010010001001000110110100 | 925a4891b4 |
EUC-JP | 短H其 | 1100001110111011010010001100001010110110 | c3bb48c2b6 |
UTF-8 | 短H其 | 11100111100111111010110101001000111001011000010110110110 | e79fad48e585b6 |
UHC | 短H其 | 1101001110101101010010001101000011101100 | d3ad48d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)