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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酌縞蛇 | 100011101101111010001110110010001000111011010110 | 8ede8ec88ed6 |
EUC-JP | 酌縞蛇 | 101111001110000010111100110010101011110011011000 | bce0bccabcd8 |
UTF-8 | 酌縞蛇 | 111010011000010110001100111001111011100010011110111010001001101110000111 | e9858ce7b89ee89b87 |
UHC | 酌縞蛇 | 111011011100110011111011110101101101111011101111 | edccfbd6deef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)