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 | Íß¼üB | 1100110111011111101111001111110001000010 | cddfbcfc42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | Íß?üB | 1000111110101010101111111000111110101001110011100011111110001111101010111110010001000010 | 8faabf8fa9ce3f8fabe442 |
UTF-8 | Íß¼üB | 110000111000110111000011100111111100001010111100110000111011110001000010 | c38dc39fc2bcc3bc42 |
UHC | ?ß¼?B | 00111111101010011010110010101000111110010011111101000010 | 3fa9aca8f93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)