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 | ?管?管^ | 00111111100010101100011100111111100010101100011101011110 | 3f8ac73f8ac75e |
EUC-JP | ?管?管^ | 00111111101101001100100100111111101101001100100101011110 | 3fb4c93fb4c95e |
UTF-8 | 끙管끙管^ | 11101011100000011001100111100111101011101010000111101011100000011001100111100111101011101010000101011110 | eb8199e7aea1eb8199e7aea15e |
UHC | 끙管끙管^ | 101100101111111011001110101101111011001011111110110011101011011101011110 | b2feceb7b2feceb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)