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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 淨?畯孟∧] | 10011111110001000011111111111011011011111001011011010000100000011100100001011101 | 9fc43ffb6f96d081c85d |
EUC-JP | 淨?畯孟∧] | 1101111011000110001111111000111111001101101110111100110011010010101000101100101001011101 | dec63f8fcdbbccd2a2ca5d |
UTF-8 | 淨렠畯孟∧] | 11100110101101111010100011101011101000001010000011100111100101011010111111100101101011011001111111100010100010001010011101011101 | e6b7a8eba0a0e795afe5ad9fe288a75d |
UHC | 淨렠畯孟∧] | 1110111111100100100011101011000111110001111000011101100011101011101000011111110001011101 | efe48eb1f1e1d8eba1fc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)