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 | 霓「蟷怜す | 111010001011110110100010111001011011100110010111111001011000001010110111 | e8bda2e5b997e582b7 |
EUC-JP | 霓「蟷怜す | 11110000101111111000111010100010111010101011101111001110111001111010010010111001 | f0bf8ea2eabbcee7a4b9 |
UTF-8 | 霓「蟷怜す | 111010011001110010010011111011111011110110100010111010001001111110110111111001101000000010011100111000111000000110011001 | e99c93efbda2e89fb7e6809ce38199 |
UHC | 霓??怜す | 1110011111100111001111110011111111010110101110111010101010111001 | e7e73f3fd6bbaab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)