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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 螂ェ蟄倩カウE | 11100101101001011010101011100101101011011001100011101000101101101011001101000101 | e5a5aae5ad98e8b6b345 |
EUC-JP | 螂ェ蟄倩カウE | 11101010101001111000111010101010111010101010111111010000111010101000111010110110100011101011001101000101 | eaa78eaaeaafd0ea8eb68eb345 |
UTF-8 | 螂ェ蟄倩カウE | 11101000100111101000001011101111101111011010101011101000100111111000010011100101100000001010100111101111101111011011011011101111101111011011001101000101 | e89e82efbdaae89f84e580a9efbdb6efbdb345 |
UHC | 螂?蟄???E | 110101011100110000111111111101101101111000111111001111110011111101000101 | d5cc3ff6de3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)