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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 陷肴剌莠ォ^ | 11101000100111001000110111100110100110011000111111100100101110101010101101011110 | e89c8de6998fe4baab5e |
EUC-JP | 陷肴剌莠ォ^ | 1110111111111100101110101110100011010001111011111110100010111100100011101010101101011110 | effcbae8d1efe8bc8eab5e |
UTF-8 | 陷肴剌莠ォ^ | 11101001100110011011011111101000100000101011010011100101100010011000110011101000100011101010000011101111101111011010101101011110 | e999b7e882b4e5898ce88ea0efbdab5e |
UHC | 陷肴剌??^ | 111110011110100011111101101000101101010110110111001111110011111101011110 | f9e8fda2d5b73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)