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 | 劑??^ | 1001100110011101001111110011111101011110 | 999d3f3f5e |
EUC-JP | 劑??^ | 1101000111111101001111110011111101011110 | d1fd3f3f5e |
UTF-8 | 劑ㅷ른^ | 11100101100010101001000111100011100001011011011111101011101001011011100001011110 | e58a91e385b7eba5b85e |
UHC | 劑ㅷ른^ | 11110000101001011010010011100111101110001010010101011110 | f0a5a4e7b8a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)