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 | 邀檎ア沓 | 11100111101100011000110011100111101100011000110001000010 | e7b18ce7b18c42 |
EUC-JP | 邀檎ア沓 | 1110111010110011101110001110100110001110101100011011011110100011 | eeb3b8e98eb1b7a3 |
UTF-8 | 邀檎ア沓 | 111010011000001010000000111001101010101010001110111011111011110110110001111001101011001010010011 | e98280e6aa8eefbdb1e6b293 |
UHC | 邀檎?沓 | 11101001101011011101000011010101001111111101001111001011 | e9add0d53fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)