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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 釣???\ | 100100101101111000111111001111110011111101011100 | 92de3f3f3f5c |
EUC-JP | 釣???\ | 110001001110000000111111001111110011111101011100 | c4e03f3f3f5c |
UTF-8 | 釣멱렡렮\ | 11101001100001111010001111101011101010011011000111101011101000001010000111101011101000001010111001011100 | e987a3eba9b1eba0a1eba0ae5c |
UHC | 釣멱렡렮\ | 111100001110010110111000111010001000111010110010100011101011101101011100 | f0e5b8e88eb28ebb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)