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 | 蓿ォ逞セ踰 | 1110010011110000101010111110011110010111101111101110011011111010 | e4f0abe797bee6fa |
EUC-JP | 蓿ォ逞セ踰 | 11101000111100101000111010101011111011011111011110001110101111101110110011111100 | e8f28eabedf78ebeecfc |
UTF-8 | 蓿ォ逞セ踰 | 111010001001001110111111111011111011110110101011111010011000000010011110111011111011110110111110111010001011100010110000 | e893bfefbdabe9809eefbdbee8b8b0 |
UHC | ??逞?踰 | 00111111001111111101011011000001001111111110101110110010 | 3f3fd6c13febb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)