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 | 爭耕?^ | 111000001010010110001101011010110011111101011110 | e0a58d6b3f5e |
EUC-JP | 爭耕?^ | 111000001010011110111001110011000011111101011110 | e0a7b9cc3f5e |
UTF-8 | 爭耕벳^ | 11100111100010001010110111101000100000001001010111101011101100101011001101011110 | e788ade88095ebb2b35e |
UHC | 爭耕벳^ | 11101110101100111100110011101001101110101010101001011110 | eeb3cce9baaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)