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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???厓モ^ | 0011111100111111001111111111101010001101100000111000001001011110 | 3f3f3ffa8d83825e |
EUC-JP | ???厓モ^ | 001111110011111100111111100011111011010011000111101001011110001001011110 | 3f3f3f8fb4c7a5e25e |
UTF-8 | 룶괄룵厓モ^ | 11101011101000111011011011101010101101001000010011101011101000111011010111100101100011101001001111100011100000111010001001011110 | eba3b6eab484eba3b5e58e93e383a25e |
UHC | 룶괄룵厓モ^ | 1000111110101011101100001111110110001111101010101110010011101101101010111110001001011110 | 8fabb0fd8faae4edabe25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)