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 | 而鴆竺 | 11110010101101011000111010100111111010011110111110001110101100011111000011101011 | f2b58ea7e9ef8eb1f0eb |
EUC-JP | ?而鴆竺? | 0011111110111100101010011111001011110001101111001011001100111111 | 3fbca9f2f1bcb33f |
UTF-8 | 而鴆竺 | 111011101000011110101100111010001000000010001100111010011011010010000110111001111010101110111010111011101000001010101010 | ee87ace8808ce9b486e7abbaee82aa |
UHC | ?而?竺? | 00111111111011001011101100111111111101011110011100111111 | 3fecbb3ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)