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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 螂ェ螟咯H | 1110010110100101101010101110010110100100100110100101110101001000 | e5a5aae5a49a5d48 |
EUC-JP | 螂ェ螟咯H | 111010101010011110001110101010101110101010100110110100111011111001001000 | eaa78eaaeaa6d3be48 |
UTF-8 | 螂ェ螟咯H | 11101000100111101000001011101111101111011010101011101000100111101001111111100101100100101010111101001000 | e89e82efbdaae89e9fe592af48 |
UHC | 螂?螟?H | 11010101110011000011111111011001101011010011111101001000 | d5cc3fd9ad3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)