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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瞻莖ェア | 111000011101101111100100101100011010101010110001 | e1dbe4b1aab1 |
EUC-JP | 瞻莖ェア | 1110001011011101111010001011001110001110101010101000111010110001 | e2dde8b38eaa8eb1 |
UTF-8 | 瞻莖ェア | 111001111001111010111011111010001000111010010110111011111011110110101010111011111011110110110001 | e79ebbe88e96efbdaaefbdb1 |
UHC | 瞻莖?? | 111101001101011111001100111011000011111100111111 | f4d7ccec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)