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 | 螂ェ謗「蛛エ | 111001011010010110101010111001101000111010100010111001011000000110110100 | e5a5aae68ea2e581b4 |
EUC-JP | 螂ェ謗「蛛エ | 111010101010011110001110101010101110101111101110100011101010001011101001111000011000111010110100 | eaa78eaaebee8ea2e9e18eb4 |
UTF-8 | 螂ェ謗「蛛エ | 111010001001111010000010111011111011110110101010111010001010110010010111111011111011110110100010111010001001101110011011111011111011110110110100 | e89e82efbdaae8ac97efbda2e89b9befbdb4 |
UHC | 螂?謗?蛛? | 110101011100110000111111110110111011111100111111111100011100100000111111 | d5cc3fdbbf3ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)