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 | 畯猫畯杳^ | 111110110110111110010100010011001111101101101111100111011110000001011110 | fb6f944cfb6f9de05e |
EUC-JP | 畯猫畯杳^ | 1000111111001101101110111100011110101101100011111100110110111011110110101110001001011110 | 8fcdbbc7ad8fcdbbdae25e |
UTF-8 | 畯猫畯杳^ | 11100111100101011010111111100111100011001010101111100111100101011010111111100110100111011011001101011110 | e795afe78cabe795afe69db35e |
UHC | 畯猫畯杳^ | 111100011110000111011001110111101111000111100001110110011101110001011110 | f1e1d9def1e1d9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)