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] | 11011010110101110101000101011101 | dad7515d |
SJIS-WIN | ?×Q] | 0011111110000001011111100101000101011101 | 3f817e515d |
EUC-JP | Ú×Q] | 10001111101010101110001010100001110111110101000101011101 | 8faae2a1df515d |
UTF-8 | Ú×Q] | 110000111001101011000011100101110101000101011101 | c39ac397515d |
UHC | ?×Q] | 0011111110100001101111110101000101011101 | 3fa1bf515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)