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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弱???? | 100011101110001100111111001111110011111100111111 | 8ee33f3f3f3f |
EUC-JP | 弱???? | 101111001110010100111111001111110011111100111111 | bce53f3f3f3f |
UTF-8 | 弱뤹큷緣욮 | 111001011011110010110001111010111010010010111001111011011000000110110111111001111011011110100011111011001001101010101110 | e5bcb1eba4b9ed81b7e7b7a3ec9aae |
UHC | 弱뤹큷緣욮 | 11100101101100001000111111100111101101001000011011100110110111101001111101000110 | e5b08fe7b486e6de9f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)