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 | 隱作膜諞ゥ | 111010001010101010001101111011001001011010001100111001101000011010101001 | e8aa8dec968ce686a9 |
EUC-JP | 隱作膜諞ゥ | 11110000101011001011101011101110110010111110110011101011111001101000111010101001 | f0acbaeecbecebe68ea9 |
UTF-8 | 隱作膜諞ゥ | 111010011001101010110001111001001011110110011100111010001000011010011100111010001010101110011110111011111011110110101001 | e99ab1e4bd9ce8869ce8ab9eefbda9 |
UHC | 隱作膜?? | 1110101111011111111011011100001011011000101011110011111100111111 | ebdfedc2d8af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)