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 | 謳怡謳悳^ | 111001101001000010011100011111011110011010010000100111000111101101011110 | e6909c7de6909c7b5e |
EUC-JP | 謳怡謳悳^ | 111010111111000011010111110111101110101111110000110101111101110001011110 | ebf0d7deebf0d7dc5e |
UTF-8 | 謳怡謳悳^ | 11101000101011001011001111100110100000001010000111101000101011001011001111100110100000101011001101011110 | e8acb3e680a1e8acb3e682b35e |
UHC | 謳怡謳悳^ | 110011111100010011101100101011101100111111000100110100111110110101011110 | cfc4ecaecfc4d3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)