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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錏滓じ | 111001111111100110011111111001101000001010110110 | e7f99fe682b6 |
EUC-JP | 錏滓じ | 111011101111101111011110111010001010010010111000 | eefbdee8a4b8 |
UTF-8 | 錏滓じ | 111010011000110010001111111001101011101110010011111000111000000110011000 | e98c8fe6bb93e38198 |
UHC | ?滓じ | 0011111111101110101010111010101010111000 | 3feeabaab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)