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 | 雖介∋襁 | 1110010110101011100010011110111010000001101110011110010111110100 | e5ab89ee81b9e5f4 |
EUC-JP | 雖介∋襁 | 1110101010101101101100101111000010100010101110111110101011110110 | eaadb2f0a2bbeaf6 |
UTF-8 | 雖介∋襁 | 111010011001101110010110111001001011101110001011111000101000100010001011111010001010010110000001 | e99b96e4bb8be2888be8a581 |
UHC | 雖介∋襁 | 1110001011001100110010111011111110100001111101011100101110111010 | e2cccbbfa1f5cbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)