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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?庵?岩^ | 00111111100010001100000100111111100010101110001001011110 | 3f88c13f8ae25e |
EUC-JP | ?庵?岩^ | 00111111101100001100001100111111101101001110010001011110 | 3fb0c33fb4e45e |
UTF-8 | 암庵암岩^ | 11101100100101011001010011100101101110101011010111101100100101011001010011100101101100101010100101011110 | ec9594e5bab5ec9594e5b2a95e |
UHC | 암庵암岩^ | 101111101100111111100100110111011011111011001111111001001101101101011110 | becfe4ddbecfe4db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)