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 | ?疫?疫^ | 00111111100010010111010100111111100010010111010101011110 | 3f89753f89755e |
EUC-JP | ?疫?疫^ | 00111111101100011101011000111111101100011101011001011110 | 3fb1d63fb1d65e |
UTF-8 | 뵨疫뵨疫^ | 11101011101101011010100011100111100101101010101111101011101101011010100011100111100101101010101101011110 | ebb5a8e796abebb5a8e796ab5e |
UHC | 뵨疫뵨疫^ | 101110101100110111100110101110011011101011001101111001101011100101011110 | bacde6b9bacde6b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)