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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???入^ | 001111110011111100111111100100111111110001011110 | 3f3f3f93fc5e |
EUC-JP | ???入^ | 001111110011111100111111110001101111111001011110 | 3f3f3fc6fe5e |
UTF-8 | 앱롚렏入^ | 11101100100101011011000111101011101000011001101011101011101000001000111111100101100001011010010101011110 | ec95b1eba19aeba08fe585a55e |
UHC | 앱롚렏入^ | 101111101101101110001110110111101000111010100101111011001111110101011110 | bedb8ede8ea5ecfd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)