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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
EUC-JP | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
UTF-8 | 횄횠혟w | 11101101100110101000010011101101100110101010000011101101100110001001111101110111 | ed9a84ed9aa0ed989f77 |
UHC | 횄횠혟w | 11000011100000111100001110011000110000101000100101110111 | c383c398c28977 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)