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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 謠??謠??^ | 111001101000111100111111001111111110011010001111001111110011111101011110 | e68f3f3fe68f3f3f5e |
EUC-JP | 謠??謠??^ | 111010111110111100111111001111111110101111101111001111110011111101011110 | ebef3f3febef3f3f5e |
UTF-8 | 謠겼쨻謠겼쨻^ | 11101000101011001010000011101010101100101011110011101100101010001011101111101000101011001010000011101010101100101011110011101100101010001011101101011110 | e8aca0eab2bceca8bbe8aca0eab2bceca8bb5e |
UHC | 謠겼쨻謠겼쨻^ | 11101001101010101011000011100101101001001001010111101001101010101011000011100101101001001001010101011110 | e9aab0e5a495e9aab0e5a4955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)