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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逧咏囮^ | 11100111100110101001100111100111100110101001100101011110 | e79a99e79a995e |
EUC-JP | 逧咏囮^ | 11101101111110101101001011101001110100111111100101011110 | edfad2e9d3f95e |
UTF-8 | 逧咏囮^ | 11101001100000001010011111100101100100101000111111100101100110111010111001011110 | e980a7e5928fe59bae5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)