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 | 鮓ッ逞農辣 | 111010011011011010101111111001111001011110010100010111111110011110000101 | e9b6afe797945fe785 |
EUC-JP | 鮓ッ逞農辣 | 11110010101110001000111010101111111011011111011111000111110000001110110111100101 | f2b88eafedf7c7c0ede5 |
UTF-8 | 鮓ッ逞農辣 | 111010011010111010010011111011111011110110101111111010011000000010011110111010001011111010110010111010001011111010100011 | e9ae93efbdafe9809ee8beb2e8bea3 |
UHC | ??逞農辣 | 0011111100111111110101101100000111010010110111001101010110111000 | 3f3fd6c1d2dcd5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)