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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 營??歟?? | 1001101001111010001111110011111110011111011000100011111100111111 | 9a7a3f3f9f623f3f |
EUC-JP | 營??歟®? | 11010011110110110011111100111111110111011100001110001111101000101110111000111111 | d3db3f3fddc38fa2ee3f |
UTF-8 | 營붷눇歟®풗 | 1110011110000111100111111110101110110110101101111110101110001000100001111110011010101101100111111100001010101110111011011001001010010111 | e7879febb6b7eb8887e6ad9fc2aeed9297 |
UHC | 營붷눇歟®풗 | 111001111011110110010100111001011000011110100110111001101010001010100010111001111011111010011010 | e7bd94e587a6e6a2a2e7be9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)