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 | 11100100110111011000010010001111100011110101001001000101 | e4dd848f8f5245 |
EUC-JP | 萬э蹴E | 11101000110111111010011111101111101111011011001101000101 | e8dfa7efbdb345 |
UTF-8 | 萬э蹴E | 111010001001000010101100110100011000110111101000101110011011010001000101 | e890acd18de8b9b445 |
UHC | 萬э蹴E | 11011000101111111010110011101111111101011110110101000101 | d8bfaceff5ed45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)