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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閠檎エ与 | 11101000100000001000110011100111101101001001011101011110 | e8808ce7b4975e |
EUC-JP | 閠檎エ与 | 1110111111100000101110001110100110001110101101001100110110111111 | efe0b8e98eb4cdbf |
UTF-8 | 閠檎エ与 | 111010011001011010100000111001101010101010001110111011111011110110110100111001001011100010001110 | e996a0e6aa8eefbdb4e4b88e |
UHC | ?檎?? | 0011111111010000110101010011111100111111 | 3fd0d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)