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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | 辭х扱C | 11100111100001101000010010000111100010001011010101000011 | e786848788b543 |
EUC-JP | 辭х扱C | 11101101111001101010011111100111101100001011011101000011 | ede6a7e7b0b743 |
UTF-8 | 辭х扱C | 111010001011111010101101110100011000010111100110100010011011000101000011 | e8beadd185e689b143 |
UHC | 辭х扱C | 11011110111101101010110011100111110100001110001001000011 | def6ace7d0e243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)