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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 異?檍?錞 | 1000100011011001001111111001111011111000001111111111101111011011 | 88d93f9ef83ffbdb |
EUC-JP | 異?檍?錞 | 101100001101101100111111110111001111101000111111100011111110010011011100 | b0db3fdcfa3f8fe4dc |
UTF-8 | 異렫檍렩錞 | 111001111001010110110000111010111010000010101011111001101010101010001101111010111010000010101001111010011000110010011110 | e795b0eba0abe6aa8deba0a9e98c9e |
UHC | 異렫檍렩錞 | 11101100101101101000111010111001111001011110010110001110101101111110001011110110 | ecb68eb9e5e58eb7e2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)