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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 尺蛇 | 11110000111001111111010010100110100011101101101010001110110101101111000011100111 | f0e7f4a68eda8ed6f0e7 |
EUC-JP | ??尺蛇? | 00111111001111111011110011011100101111001101100000111111 | 3f3fbcdcbcd83f |
UTF-8 | 尺蛇 | 111011101000001010100110111011101000110110010101111001011011000010111010111010001001101110000111111011101000001010100110 | ee82a6ee8d95e5b0bae89b87ee82a6 |
UHC | ??尺蛇? | 00111111001111111111010010101001110111101110111100111111 | 3f3ff4a9deef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)