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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 髮淆}髮淆{^ | 1110100110011011100111111100000001111101111010011001101110011111110000000111101101011110 | e99b9fc07de99b9fc07b5e |
EUC-JP | 髮淆}髮淆{^ | 1111000111111011110111101100001001111101111100011111101111011110110000100111101101011110 | f1fbdec27df1fbdec27b5e |
UTF-8 | 髮淆}髮淆{^ | 111010011010101110101110111001101011011110000110011111011110100110101011101011101110011010110111100001100111101101011110 | e9abaee6b7867de9abaee6b7867b5e |
UHC | 髮淆}髮淆{^ | 1101101110100101111111001111111001111101110110111010010111111100111111100111101101011110 | dba5fcfe7ddba5fcfe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)