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袖 | 1001001001011010010010001001000110110011 | 925a4891b3 |
EUC-JP | 短H袖 | 1100001110111011010010001100001010110101 | c3bb48c2b5 |
UTF-8 | 短H袖 | 11100111100111111010110101001000111010001010001010010110 | e79fad48e8a296 |
UHC | 短H袖 | 1101001110101101010010001110001011000000 | d3ad48e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)