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 | 蜃晤賊 | 111001011000011110011101111010111001000110101111 | e5879deb91af |
EUC-JP | 蜃晤賊 | 111010011110011111011010111011011100001010110001 | e9e7daedc2b1 |
UTF-8 | 蜃晤賊 | 111010001001110010000011111001101001100110100100111010001011001110001010 | e89c83e699a4e8b38a |
UHC | 蜃晤賊 | 111000111111000111100111111110111110111011100100 | e3f1e7fbeee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)