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 | 鰐?}鰐?{^ | 100110000110101100111111011111011001100001101011001111110111101101011110 | 986b3f7d986b3f7b5e |
EUC-JP | 鰐?}鰐?{^ | 110011111100110000111111011111011100111111001100001111110111101101011110 | cfcc3f7dcfcc3f7b5e |
UTF-8 | 鰐卄}鰐卄{^ | 111010011011000010010000111001011000110110000100011111011110100110110000100100001110010110001101100001000111101101011110 | e9b090e58d847de9b090e58d847b5e |
UHC | 鰐卄}鰐卄{^ | 1110010011001010111011001111111001111101111001001100101011101100111111100111101101011110 | e4caecfe7de4caecfe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)