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 | 鮓ッ逞皮完 | 111010011011011010101111111001111001011110010100111001111000101010101110 | e9b6afe79794e78aae |
EUC-JP | 鮓ッ逞皮完 | 11110010101110001000111010101111111011011111011111001000111010011011010010110000 | f2b88eafedf7c8e9b4b0 |
UTF-8 | 鮓ッ逞皮完 | 111010011010111010010011111011111011110110101111111010011000000010011110111001111001101010101110111001011010111010001100 | e9ae93efbdafe9809ee79aaee5ae8c |
UHC | ??逞皮完 | 0011111100111111110101101100000111111001101010111110100011000111 | 3f3fd6c1f9abe8c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)