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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 犱失^ | 1111101101011011100011101011100001011110 | fb5b8eb85e |
EUC-JP | 犱失^ | 100011111100101011101111101111001011101001011110 | 8fcaefbcba5e |
UTF-8 | 犱失^ | 11100111100010101011000111100101101001001011000101011110 | e78ab1e5a4b15e |
UHC | ?失^ | 00111111111000111111011101011110 | 3fe3f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)