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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 泄匙Lh泄匙L | 1001111110010101100011011111101001001100011010001001111110010101100011011111101001001100 | 9f958dfa4c689f958dfa4c |
EUC-JP | 泄匙Lh泄匙L | 1101110111110101101110101111110001001100011010001101110111110101101110101111110001001100 | ddf5bafc4c68ddf5bafc4c |
UTF-8 | 泄匙Lh泄匙L | 111001101011001110000100111001011000110010011001010011000110100011100110101100111000010011100101100011001001100101001100 | e6b384e58c994c68e6b384e58c994c |
UHC | 泄匙Lh泄匙L | 1110000011011100111000111011010101001100011010001110000011011100111000111011010101001100 | e0dce3b54c68e0dce3b54c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)