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 | 隱作膜裝 | 1110100010101010100011011110110010010110100011001110010111100100 | e8aa8dec968ce5e4 |
EUC-JP | 隱作膜裝 | 1111000010101100101110101110111011001011111011001110101011100110 | f0acbaeecbeceae6 |
UTF-8 | 隱作膜裝 | 111010011001101010110001111001001011110110011100111010001000011010011100111010001010001110011101 | e99ab1e4bd9ce8869ce8a39d |
UHC | 隱作膜裝 | 1110101111011111111011011100001011011000101011111110110111111011 | ebdfedc2d8afedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)