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 | 斤≒}斤≒{^ | 1000101111010010100000011110000001111101100010111101001010000001111000000111101101011110 | 8bd281e07d8bd281e07b5e |
EUC-JP | 斤≒}斤≒{^ | 1011011011010100101000101110001001111101101101101101010010100010111000100111101101011110 | b6d4a2e27db6d4a2e27b5e |
UTF-8 | 斤≒}斤≒{^ | 111001101001011010100100111000101000100110010010011111011110011010010110101001001110001010001001100100100111101101011110 | e696a4e289927de696a4e289927b5e |
UHC | 斤≒}斤≒{^ | 1101000011000101101000011101011001111101110100001100010110100001110101100111101101011110 | d0c5a1d67dd0c5a1d67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)