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 | 斤?}斤?{^ | 100010111101001000111111011111011000101111010010001111110111101101011110 | 8bd23f7d8bd23f7b5e |
EUC-JP | 斤?}斤?{^ | 101101101101010000111111011111011011011011010100001111110111101101011110 | b6d43f7db6d43f7b5e |
UTF-8 | 斤≤}斤≤{^ | 111001101001011010100100111000101000100110100100011111011110011010010110101001001110001010001001101001000111101101011110 | e696a4e289a47de696a4e289a47b5e |
UHC | 斤≤}斤≤{^ | 1101000011000101101000011100001001111101110100001100010110100001110000100111101101011110 | d0c5a1c27dd0c5a1c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)