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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雅?????^ | 1000100111101011001111110011111100111111001111110011111101011110 | 89eb3f3f3f3f3f5e |
EUC-JP | 雅?????^ | 1011001011101101001111110011111100111111001111110011111101011110 | b2ed3f3f3f3f3f5e |
UTF-8 | 雅먬겘溜뺣젫^ | 11101001100110111000010111101011101010001010110011101010101100101001100011101111101001111000101111101011101110101010001111101100101000001010101101011110 | e99b85eba8aceab298efa78bebbaa3eca0ab5e |
UHC | 雅먬겘溜뺣젫^ | 11100100101110101001000011101001100000011010111111101010111111101001010111101011101000001010001101011110 | e4ba90e981afeafe95eba0a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)