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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | ?匿?審RE | 0011111110010011101111010011111110010000010100100101001001000101 | 3f93bd3f90525245 |
EUC-JP | ?匿?審RE | 0011111111000110101111110011111110111111101100110101001001000101 | 3fc6bf3fbfb35245 |
UTF-8 | 룵匿룶審RE | 1110101110100011101101011110010110001100101111111110101110100011101101101110010110101111101010010101001001000101 | eba3b5e58cbfeba3b6e5afa95245 |
UHC | 룵匿룶審RE | 10001111101010101101001011111011100011111010101111100011111110110101001001000101 | 8faad2fb8fabe3fb5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)