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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齊?e耘? | 1110101010001110001111111000001010000101111000111100111100111111 | ea8e3f8285e3cf3f |
EUC-JP | 齊?e耘? | 1111001111101110001111111010001111100101111001101101000100111111 | f3ee3fa3e5e6d13f |
UTF-8 | 齊장e耘렚 | 111010011011110110001010111011001001111010100101111011111011110110000101111010001000000010011000111010111010000010011010 | e9bd8aec9ea5efbd85e88098eba09a |
UHC | 齊장e耘렚 | 11110000101110101100000011100101101000111110010111101001111111001000111010101101 | f0bac0e5a3e5e9fc8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)