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 | 邂乗サ第隰 | 111001111010111010001111111001101011101110010001111001101110100010101100 | e7ae8fe6bb91e6e8ac |
EUC-JP | 邂乗サ第隰 | 11101110101100001011111011101000100011101011101111000010111010001111000010101110 | eeb0bee88ebbc2e8f0ae |
UTF-8 | 邂乗サ第隰 | 111010011000001010000010111001001011100110010111111011111011110110111011111001111010110010101100111010011001101010110000 | e98282e4b997efbdbbe7acace99ab0 |
UHC | 邂??第? | 11111010101100110011111100111111111100001010111100111111 | fab33f3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)