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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒹居酋絅 | 1110010011100011100010111000111110001111010101011110001101000100 | e4e38b8f8f55e344 |
EUC-JP | 蒹居酋絅 | 1110100011100101101101011110111110111101101101101110010110100101 | e8e5b5efbdb6e5a5 |
UTF-8 | 蒹居酋絅 | 111010001001001010111001111001011011000110000101111010011000010110001011111001111011010110000101 | e892b9e5b185e9858be7b585 |
UHC | ?居酋絅 | 00111111110010111101110011110101110111001100110011100111 | 3fcbdcf5dccce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)