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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂」螟ュ萓ュ | 111001011010010110100011111001011010010010101101111001001011111010101101 | e5a5a3e5a4ade4bead |
EUC-JP | 螂」螟ュ萓ュ | 111010101010011110001110101000111110101010100110100011101010110111101000110000001000111010101101 | eaa78ea3eaa68eade8c08ead |
UTF-8 | 螂」螟ュ萓ュ | 111010001001111010000010111011111011110110100011111010001001111010011111111011111011110110101101111010001001000010010011111011111011110110101101 | e89e82efbda3e89e9fefbdade89093efbdad |
UHC | 螂?螟??? | 1101010111001100001111111101100110101101001111110011111100111111 | d5cc3fd9ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)