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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?洸^ | 00111111100111111010100101011110 | 3f9fa95e |
EUC-JP | ?洸^ | 00111111110111101010101101011110 | 3fdeab5e |
UTF-8 | 뤐洸^ | 11101011101001001001000011100110101101001011100001011110 | eba490e6b4b85e |
UHC | 뤐洸^ | 1000111111000000110011101100100001011110 | 8fc0cec85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)