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 | 逕疋逕疋^ | 111001111001010010010101010001001110011110010100100101010100010001011110 | e7949544e79495445e |
EUC-JP | 逕疋逕疋^ | 111011011111010011001001101001011110110111110100110010011010010101011110 | edf4c9a5edf4c9a55e |
UTF-8 | 逕疋逕疋^ | 11101001100000001001010111100111100101101000101111101001100000001001010111100111100101101000101101011110 | e98095e7968be98095e7968b5e |
UHC | 逕疋逕疋^ | 110011001110111111111001101101011100110011101111111110011011010101011110 | cceff9b5cceff9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)