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 | 扼??^ | 1001110101001110001111110011111101011110 | 9d4e3f3f5e |
EUC-JP | 扼??^ | 1101100110101111001111110011111101011110 | d9af3f3f5e |
UTF-8 | 扼싧썧^ | 11100110100010011011110011101100100010111010011111101100100011011010011101011110 | e689bcec8ba7ec8da75e |
UHC | 扼싧썧^ | 11100100111110011001101011100101100110111001101001011110 | e4f99ae59b9a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)