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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 軟??余??k | 100100111110111000111111001111111001011101011101001111110011111101101011 | 93ee3f3f975d3f3f6b |
EUC-JP | 軟??余??k | 110001101111000000111111001111111100110110111110001111110011111101101011 | c6f03f3fcdbe3f3f6b |
UTF-8 | 軟싪괍余븝슴k | 11101000101110111001111111101100100010111010101011101010101101001000110111100100101111011001100111101011101110001001110111101100100010101011010001101011 | e8bb9fec8baaeab48de4bd99ebb89dec8ab46b |
UHC | 軟싪괍余븝슴k | 11100110111000111001101011101000101100011010001011100101111110011011101011101111101111011011111101101011 | e6e39ae8b1a2e5f9baefbdbf6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)