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 | 螂」螟ュ | 111001011010010110100011111001011010010010101101 | e5a5a3e5a4ad |
EUC-JP | 螂」螟ュ | 1110101010100111100011101010001111101010101001101000111010101101 | eaa78ea3eaa68ead |
UTF-8 | 螂」螟ュ | 111010001001111010000010111011111011110110100011111010001001111010011111111011111011110110101101 | e89e82efbda3e89e9fefbdad |
UHC | 螂?螟? | 110101011100110000111111110110011010110100111111 | d5cc3fd9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)