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 | ¼Ú¼×] | 1011110011011010101111001101011101011101 | bcdabcd75d |
SJIS-WIN | ???×] | 001111110011111100111111100000010111111001011101 | 3f3f3f817e5d |
EUC-JP | ?Ú?×] | 0011111110001111101010101110001000111111101000011101111101011101 | 3f8faae23fa1df5d |
UTF-8 | ¼Ú¼×] | 110000101011110011000011100110101100001010111100110000111001011101011101 | c2bcc39ac2bcc3975d |
UHC | ¼?¼×] | 1010100011111001001111111010100011111001101000011011111101011101 | a8f93fa8f9a1bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)