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 | 螟暮∈^ | 11100101101001001001010111101001100000011011100001011110 | e5a495e981b85e |
EUC-JP | 螟暮∈^ | 11101010101001101100101011101011101000101011101001011110 | eaa6caeba2ba5e |
UTF-8 | 螟暮∈^ | 11101000100111101001111111100110100110101010111011100010100010001000100001011110 | e89e9fe69aaee288885e |
UHC | 螟暮∈^ | 11011001101011011101100110111010101000011111010001011110 | d9add9baa1f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)