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 | ?猫?杳^ | 00111111100101000100110000111111100111011110000001011110 | 3f944c3f9de05e |
EUC-JP | 濩猫濩杳^ | 1000111111001001101001001100011110101101100011111100100110100100110110101110001001011110 | 8fc9a4c7ad8fc9a4dae25e |
UTF-8 | 濩猫濩杳^ | 11100110101111111010100111100111100011001010101111100110101111111010100111100110100111011011001101011110 | e6bfa9e78cabe6bfa9e69db35e |
UHC | 濩猫濩杳^ | 111110111100110111011001110111101111101111001101110110011101110001011110 | fbcdd9defbcdd9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)