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 | 茫e桟糴 | 1110010010101001100000101000010110001110010101101110001011111001 | e4a982858e56e2f9 |
EUC-JP | 茫e桟糴 | 1110100010101011101000111110010110111011101101111110010011111011 | e8aba3e5bbb7e4fb |
UTF-8 | 茫e桟糴 | 111010001000110010101011111011111011110110000101111001101010000110011111111001111011001110110100 | e88cabefbd85e6a19fe7b3b4 |
UHC | 茫e?? | 110110001101010010100011111001010011111100111111 | d8d4a3e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)