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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 癌?] | 10001010111000000011111101011101 | 8ae03f5d |
EUC-JP | 癌啞] | 101101001110001010001111101101011110000001011101 | b4e28fb5e05d |
UTF-8 | 癌啞] | 11100111100110011000110011100101100101011001111001011101 | e7998ce5959e5d |
UHC | 癌啞] | 1110010011011111111001001010111101011101 | e4dfe4af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)