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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 荏耕?^ | 100010010110000010001101011010110011111101011110 | 89608d6b3f5e |
EUC-JP | 荏耕?^ | 101100011100000110111001110011000011111101011110 | b1c1b9cc3f5e |
UTF-8 | 荏耕섧^ | 11101000100011011000111111101000100000001001010111101100100001001010011101011110 | e88d8fe88095ec84a75e |
UHC | 荏耕섧^ | 11101100111110111100110011101001101111001011010101011110 | ecfbcce9bcb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)