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 | 豼セ逅・遖 | 1110011010111111101111101110011110010000101001011110011110100110 | e6bfbee790a5e7a6 |
EUC-JP | 豼セ逅・遖 | 11101100110000011000111010111110111011011111000010001110101001011110111010101000 | ecc18ebeedf08ea5eea8 |
UTF-8 | 豼セ逅・遖 | 111010001011000110111100111011111011110110111110111010011000000010000101111011111011110110100101111010011000000110010110 | e8b1bcefbdbee98085efbda5e98196 |
UHC | ??逅?? | 001111110011111111111101101100010011111100111111 | 3f3ffdb13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)