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 | 侈雖}侈雖{^ | 1001100011001010111001011010101101111101100110001100101011100101101010110111101101011110 | 98cae5ab7d98cae5ab7b5e |
EUC-JP | 侈雖}侈雖{^ | 1101000011001100111010101010110101111101110100001100110011101010101011010111101101011110 | d0cceaad7dd0cceaad7b5e |
UTF-8 | 侈雖}侈雖{^ | 111001001011111010001000111010011001101110010110011111011110010010111110100010001110100110011011100101100111101101011110 | e4be88e99b967de4be88e99b967b5e |
UHC | 侈雖}侈雖{^ | 1111011010110110111000101100110001111101111101101011011011100010110011000111101101011110 | f6b6e2cc7df6b6e2cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)