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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯具スケ陞 | 1110100110011001100010111110111110111101101110011110100010011110 | e9998befbdb9e89e |
EUC-JP | 髯具スケ陞 | 11110001111110011011011011110001100011101011110110001110101110011110111111111110 | f1f9b6f18ebd8eb9effe |
UTF-8 | 髯具スケ陞 | 111010011010101110101111111001011000010110110111111011111011110110111101111011111011110110111001111010011001100110011110 | e9abafe585b7efbdbdefbdb9e9999e |
UHC | ?具??陞 | 00111111110011101111110100111111001111111110001110110011 | 3fcefd3f3fe3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)