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 | 邂滓サ鷹傑 | 111001111010111010011111111001101011101110010001111010011000110010000110 | e7ae9fe6bb91e98c86 |
EUC-JP | 邂滓サ鷹傑 | 11101110101100001101111011101000100011101011101111000010111010111011011111100110 | eeb0dee88ebbc2ebb7e6 |
UTF-8 | 邂滓サ鷹傑 | 111010011000001010000010111001101011101110010011111011111011110110111011111010011011011110111001111001011000001010010001 | e98282e6bb93efbdbbe9b7b9e58291 |
UHC | 邂滓?鷹傑 | 111110101011001111101110101010110011111111101011111011011100101111111000 | fab3eeab3febedcbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)