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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錂ェオ | 111100101100000011111011110111101010101010110101 | f2c0fbdeaab5 |
EUC-JP | ?錂ェオ | 0011111110001111111001001101010010001110101010101000111010110101 | 3f8fe4d48eaa8eb5 |
UTF-8 | 錂ェオ | 111011101000011110110111111010011000110010000010111011111011110110101010111011111011110110110101 | ee87b7e98c82efbdaaefbdb5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)