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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 俄}俄{^ | 10001001111000100111110110001001111000100111101101011110 | 89e27d89e27b5e |
EUC-JP | 俄}俄{^ | 10110010111001000111110110110010111001000111101101011110 | b2e47db2e47b5e |
UTF-8 | 俄}俄{^ | 111001001011111110000100011111011110010010111111100001000111101101011110 | e4bf847de4bf847b5e |
UHC | 俄}俄{^ | 11100100101011010111110111100100101011010111101101011110 | e4ad7de4ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)