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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 戊唯E | 1001010111101000100101110100001001000101 | 95e8974245 |
EUC-JP | 戊唯E | 1100101011101010110011011010001101000101 | caeacda345 |
UTF-8 | 戊唯E | 11100110100010001000101011100101100101001010111101000101 | e6888ae594af45 |
UHC | 戊唯E | 1101100111100110111010101110011001000101 | d9e6eae645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)