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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 莢画臆E | 11100100101100001000100111100110100010011011000001000101 | e4b089e689b045 |
EUC-JP | 莢画臆E | 11101000101100101011001011101000101100101011001001000101 | e8b2b2e8b2b245 |
UTF-8 | 莢画臆E | 11101000100011101010001011100111100101001011101111101000100001111000011001000101 | e88ea2e794bbe8878645 |
UHC | 莢?臆E | 111110101111100000111111111001011110011001000101 | faf83fe5e645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)