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 | 繪遂ざ | 111000111000100110010000100010111000001010110100 | e389908b82b4 |
EUC-JP | 繪遂ざ | 111001011110100110111111111010111010010010110110 | e5e9bfeba4b6 |
UTF-8 | 繪遂ざ | 111001111011100110101010111010011000000110000010111000111000000110010110 | e7b9aae98182e38196 |
UHC | 繪遂ざ | 111111001110101111100010110001001010101010110110 | fcebe2c4aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)