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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?輕??^ | 001111111110011101101010001111110011111101011110 | 3fe76a3f3f5e |
EUC-JP | 沅輕??^ | 1000111111000110111010011110110111001011001111110011111101011110 | 8fc6e9edcb3f3f5e |
UTF-8 | 沅輕렒렖^ | 11100110101100101000010111101000101111001001010111101011101000001001001011101011101000001001011001011110 | e6b285e8bc95eba092eba0965e |
UHC | 沅輕렒렖^ | 111010101011011011001100111011101000111010100111100011101010101101011110 | eab6ccee8ea78eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)