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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髮趣スコ闕オ | 111010011001101110001110111011111011110110111010111010001000110110110101 | e99b8eefbdbae88db5 |
EUC-JP | 髮趣スコ闕オ | 111100011111101110111100111100011000111010111101100011101011101011101111111011011000111010110101 | f1fbbcf18ebd8ebaefed8eb5 |
UTF-8 | 髮趣スコ闕オ | 111010011010101110101110111010001011011010100011111011111011110110111101111011111011110110111010111010011001011110010101111011111011110110110101 | e9abaee8b6a3efbdbdefbdbae99795efbdb5 |
UHC | 髮趣??闕? | 110110111010010111110110101011000011111100111111110011111111010000111111 | dba5f6ac3f3fcff43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)