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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 魯Y魯bE | 10011000010001000101100110011000010001000110001001000101 | 98445998446245 |
EUC-JP | 魯Y魯bE | 11001111101001010101100111001111101001010110001001000101 | cfa559cfa56245 |
UTF-8 | 魯Y魯bE | 111010011010110110101111010110011110100110101101101011110110001001000101 | e9adaf59e9adaf6245 |
UHC | 魯Y魯bE | 11010110110110110101100111010110110110110110001001000101 | d6db59d6db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)