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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闍懆ェ檎ソ耽 | 11101000100010111001110011101000101010101000110011100111101111111001001001011110 | e88b9ce8aa8ce7bf925e |
EUC-JP | 闍懆ェ檎ソ耽 | 111011111110101111011000111010101000111010101010101110001110100110001110101111111100001110111111 | efebd8ea8eaab8e98ebfc3bf |
UTF-8 | 闍懆ェ檎ソ耽 | 111010011001011110001101111001101000011110000110111011111011110110101010111001101010101010001110111011111011110110111111111010001000000010111101 | e9978de68786efbdaae6aa8eefbdbfe880bd |
UHC | ???檎?耽 | 0011111100111111001111111101000011010101001111111111011110110000 | 3f3f3fd0d53ff7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)