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 | 隹キ鬨呈オ | 1110100010110000101101111110100110101000100100101110011010110101 | e8b0b7e9a892e6b5 |
EUC-JP | 隹キ鬨呈オ | 11110000101100101000111010110111111100101010101011000100111010001000111010110101 | f0b28eb7f2aac4e88eb5 |
UTF-8 | 隹キ鬨呈オ | 111010011001101010111001111011111011110110110111111010011010110010101000111001011001000110001000111011111011110110110101 | e99ab9efbdb7e9aca8e59188efbdb5 |
UHC | ???呈? | 001111110011111100111111111011111101000000111111 | 3f3f3fefd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)