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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 逍セ閠ウE | 11100111100101101011111011101000100000001011001101000101 | e796bee880b345 |
EUC-JP | 逍セ閠ウE | 111011011111011010001110101111101110111111100000100011101011001101000101 | edf68ebeefe08eb345 |
UTF-8 | 逍セ閠ウE | 11101001100000001000110111101111101111011011111011101001100101101010000011101111101111011011001101000101 | e9808defbdbee996a0efbdb345 |
UHC | 逍???E | 111000011100111000111111001111110011111101000101 | e1ce3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)