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 | 踵門嶋鮨 | 1110011011111001100101101110010110010011100010001110100110111101 | e6f996e59388e9bd |
EUC-JP | 踵門嶋鮨 | 1110110011111011110011001110011111000101111010001111001010111111 | ecfbcce7c5e8f2bf |
UTF-8 | 踵門嶋鮨 | 111010001011100010110101111010011001011010000000111001011011011010001011111010011010111010101000 | e8b8b5e99680e5b68be9aea8 |
UHC | 踵門嶋? | 11110001101000101101101010100110110100111111011100111111 | f1a2daa6d3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)