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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雹牾霆雋 | 1110100010111001111000001011000111101000101110111110100010110010 | e8b9e0b1e8bbe8b2 |
EUC-JP | 雹牾霆雋 | 1111000010111011111000001011001111110000101111011111000010110100 | f0bbe0b3f0bdf0b4 |
UTF-8 | 雹牾霆雋 | 111010011001101110111001111001111000100110111110111010011001110010000110111010011001101110001011 | e99bb9e789bee99c86e99b8b |
UHC | 雹?霆雋 | 11011010110111110011111111101111111111011111000111100110 | dadf3feffdf1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)