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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | ??雙畛Q] | 0011111100111111100110011101010011100001010110100101000101011101 | 3f3f99d4e15a515d |
EUC-JP | ??雙畛Q] | 0011111100111111110100101101011011100001101110110101000101011101 | 3f3fd2d6e1bb515d |
UTF-8 | 롇렗雙畛Q] | 1110101110100001100001111110101110100000100101111110100110011011100110011110011110010101100110110101000101011101 | eba187eba097e99b99e7959b515d |
UHC | 롇렗雙畛Q] | 10001110110011011000111010101100111001001010101011110010110101010101000101011101 | 8ecd8eace4aaf2d5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)