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 | Íß¼üY | 1100110111011111101111001111110001011001 | cddfbcfc59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | Íß?üY | 1000111110101010101111111000111110101001110011100011111110001111101010111110010001011001 | 8faabf8fa9ce3f8fabe459 |
UTF-8 | Íß¼üY | 110000111000110111000011100111111100001010111100110000111011110001011001 | c38dc39fc2bcc3bc59 |
UHC | ?ß¼?Y | 00111111101010011010110010101000111110010011111101011001 | 3fa9aca8f93f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)