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 | 膈?}膈?{^ | 111001000100110000111111011111011110010001001100001111110111101101011110 | e44c3f7de44c3f7b5e |
EUC-JP | 膈?}膈?{^ | 111001111010110100111111011111011110011110101101001111110111101101011110 | e7ad3f7de7ad3f7b5e |
UTF-8 | 膈蘿}膈蘿{^ | 111010001000011010001000111011111010010010010000011111011110100010000110100010001110111110100100100100000111101101011110 | e88688efa4907de88688efa4907b5e |
UHC | 膈蘿}膈蘿{^ | 1100110010101110110100011101110101111101110011001010111011010001110111010111101101011110 | ccaed1dd7dccaed1dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)