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 | 乗僘乗傔^ | 100011111110011011111010011111011000111111100110111110100111101101011110 | 8fe6fa7d8fe6fa7b5e |
EUC-JP | 乗僘乗傔^ | 1011111011101000100011111011001010111011101111101110100010001111101100101010001101011110 | bee88fb2bbbee88fb2a35e |
UTF-8 | 乗僘乗傔^ | 11100100101110011001011111100101100000111001100011100100101110011001011111100101100000101001010001011110 | e4b997e58398e4b997e582945e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)