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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 荏耕?] | 100010010110000010001101011010110011111101011101 | 89608d6b3f5d |
EUC-JP | 荏耕?] | 101100011100000110111001110011000011111101011101 | b1c1b9cc3f5d |
UTF-8 | 荏耕볼] | 11101000100011011000111111101000100000001001010111101011101100111011110001011101 | e88d8fe88095ebb3bc5d |
UHC | 荏耕볼] | 11101100111110111100110011101001101110101011110001011101 | ecfbcce9babc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)