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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 翩羆[翩羆[^ | 1110001111000111111000111010111101011011111000111100011111100011101011110101101101011110 | e3c7e3af5be3c7e3af5b5e |
EUC-JP | 翩羆[翩羆[^ | 1110011011001001111001101011000101011011111001101100100111100110101100010101101101011110 | e6c9e6b15be6c9e6b15b5e |
UTF-8 | 翩羆[翩羆[^ | 111001111011111110101001111001111011111010000110010110111110011110111111101010011110011110111110100001100101101101011110 | e7bfa9e7be865be7bfa9e7be865b5e |
UHC | 翩?[翩?[^ | 111110001011101100111111010110111111100010111011001111110101101101011110 | f8bb3f5bf8bb3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)