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 | 深俄}深俄{^ | 1001000001011011100010011110001001111101100100000101101110001001111000100111101101011110 | 905b89e27d905b89e27b5e |
EUC-JP | 深俄}深俄{^ | 1011111110111100101100101110010001111101101111111011110010110010111001000111101101011110 | bfbcb2e47dbfbcb2e47b5e |
UTF-8 | 深俄}深俄{^ | 111001101011011110110001111001001011111110000100011111011110011010110111101100011110010010111111100001000111101101011110 | e6b7b1e4bf847de6b7b1e4bf847b5e |
UHC | 深俄}深俄{^ | 1110010010100010111001001010110101111101111001001010001011100100101011010111101101011110 | e4a2e4ad7de4a2e4ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)