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 | ??R}??R{^ | 001111110011111101010010011111010011111100111111010100100111101101011110 | 3f3f527d3f3f527b5e |
SJIS-WIN | ??R}??R{^ | 001111110011111101010010011111010011111100111111010100100111101101011110 | 3f3f527d3f3f527b5e |
EUC-JP | ??R}??R{^ | 001111110011111101010010011111010011111100111111010100100111101101011110 | 3f3f527d3f3f527b5e |
UTF-8 | 횙짯R}횙짯R{^ | 1110110110011010100110011110110010100111101011110101001001111101111011011001101010011001111011001010011110101111010100100111101101011110 | ed9a99eca7af527ded9a99eca7af527b5e |
UHC | 횙짯R}횙짯R{^ | 11000011100100111100001010101101010100100111110111000011100100111100001010101101010100100111101101011110 | c393c2ad527dc393c2ad527b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)