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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 彧祀? | 1111101010111001111000100100101000111111 | fab9e24a3f |
EUC-JP | 彧祀? | 100011111011110011111110111000111010101100111111 | 8fbcfee3ab3f |
UTF-8 | 彧祀쏢 | 111001011011110110100111111001111010010110000000111011001000111110100010 | e5bda7e7a580ec8fa2 |
UHC | 彧祀쏢 | 111010011110111011011110111001011011110111110011 | e9eedee5bdf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)