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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 驅雖}驅雖{^ | 1110100101111011111001011010101101111101111010010111101111100101101010110111101101011110 | e97be5ab7de97be5ab7b5e |
EUC-JP | 驅雖}驅雖{^ | 1111000111011100111010101010110101111101111100011101110011101010101011010111101101011110 | f1dceaad7df1dceaad7b5e |
UTF-8 | 驅雖}驅雖{^ | 111010011010100110000101111010011001101110010110011111011110100110101001100001011110100110011011100101100111101101011110 | e9a985e99b967de9a985e99b967b5e |
UHC | 驅雖}驅雖{^ | 1100111111001100111000101100110001111101110011111100110011100010110011000111101101011110 | cfcce2cc7dcfcce2cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)