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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 螳ソD螳ソD^ | 111001011010111010111111010001001110010110101110101111110100010001011110 | e5aebf44e5aebf445e |
EUC-JP | 螳ソD螳ソD^ | 1110101010110000100011101011111101000100111010101011000010001110101111110100010001011110 | eab08ebf44eab08ebf445e |
UTF-8 | 螳ソD螳ソD^ | 111010001001111010110011111011111011110110111111010001001110100010011110101100111110111110111101101111110100010001011110 | e89eb3efbdbf44e89eb3efbdbf445e |
UHC | 螳?D螳?D^ | 110100111101100100111111010001001101001111011001001111110100010001011110 | d3d93f44d3d93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)