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 | 榕??^ | 1001111011010101001111110011111101011110 | 9ed53f3f5e |
EUC-JP | 榕??^ | 1101110011010111001111110011111101011110 | dcd73f3f5e |
UTF-8 | 榕앶풚^ | 11100110101001101001010111101100100101011011011011101101100100101001101001011110 | e6a695ec95b6ed929a5e |
UHC | 榕앶풚^ | 11101001101111101001110111101001101111101001110101011110 | e9be9de9be9d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)