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 | ??艤?艤?^ | 001111110011111111100100011111100011111111100100011111100011111101011110 | 3f3fe47e3fe47e3f5e |
EUC-JP | 薏?艤?艤?^ | 1000111111011001110111100011111111100111110111110011111111100111110111110011111101011110 | 8fd9de3fe7df3fe7df3f5e |
UTF-8 | 薏렫艤렫艤렫^ | 11101000100101101000111111101011101000001010101111101000100010011010010011101011101000001010101111101000100010011010010011101011101000001010101101011110 | e8968feba0abe889a4eba0abe889a4eba0ab5e |
UHC | 薏렫艤렫艤렫^ | 11101011111110111000111010111001111010111111101010001110101110011110101111111010100011101011100101011110 | ebfb8eb9ebfa8eb9ebfa8eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)