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 | Þïì¹^ | 1101111011101111111011001011100101011110 | deefecb95e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | Þïì?^ | 1000111110101001101100001000111110101011110000011000111110101011110000000011111101011110 | 8fa9b08fabc18fabc03f5e |
UTF-8 | Þïì¹^ | 110000111001111011000011101011111100001110101100110000101011100101011110 | c39ec3afc3acc2b95e |
UHC | Þ??¹^ | 10101000101011010011111100111111101010011111011001011110 | a8ad3f3fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)